org.jclouds.aws.iam
Class AWSIAMProviderMetadata

java.lang.Object
  extended by org.jclouds.providers.internal.BaseProviderMetadata
      extended by org.jclouds.aws.iam.AWSIAMProviderMetadata
All Implemented Interfaces:
Serializable, ProviderMetadata

public class AWSIAMProviderMetadata
extends BaseProviderMetadata

Implementation of @ link org.jclouds.types.ProviderMetadata} for Amazon's IAM provider.

Author:
Adrian Cole
See Also:
Serialized Form

Nested Class Summary
static class AWSIAMProviderMetadata.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.providers.internal.BaseProviderMetadata
api, console, defaultProperties, endpoint, homepage, id, iso3166Codes, linkedServices, name
 
Constructor Summary
AWSIAMProviderMetadata()
           
AWSIAMProviderMetadata(AWSIAMProviderMetadata.Builder builder)
           
 
Method Summary
static AWSIAMProviderMetadata.Builder builder()
           
static Properties defaultProperties()
           
 AWSIAMProviderMetadata.Builder toBuilder()
           
 
Methods inherited from class org.jclouds.providers.internal.BaseProviderMetadata
equals, getApiMetadata, getConsole, getDefaultProperties, getEndpoint, getHomepage, getId, getIso3166Codes, getLinkedServices, getName, hashCode, string, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWSIAMProviderMetadata

public AWSIAMProviderMetadata()

AWSIAMProviderMetadata

public AWSIAMProviderMetadata(AWSIAMProviderMetadata.Builder builder)
Method Detail

builder

public static AWSIAMProviderMetadata.Builder builder()

toBuilder

public AWSIAMProviderMetadata.Builder toBuilder()
Specified by:
toBuilder in interface ProviderMetadata
Overrides:
toBuilder in class BaseProviderMetadata
See Also:
ProviderMetadata.Builder

defaultProperties

public static Properties defaultProperties()


Copyright © 2009-2012 jclouds. All Rights Reserved.