@AutoService(value=ApiMetadata.class) public class S3ApiMetadata extends BaseHttpApiMetadata
ApiMetadata
for Amazon's S3 api.
A
(api), so that children can
add additional methods not declared here, such as new features from AWS.
As this is a popular api, we also allow overrides for type C
(context). This allows subtypes to add in new feature groups or extensions,
not present in the base api. For example, you could make a subtype for
context, that exposes admin operations.Modifier and Type | Class and Description |
---|---|
static class |
S3ApiMetadata.Builder<A extends S3Client,T extends S3ApiMetadata.Builder<A,T>> |
api
Modifier | Constructor and Description |
---|---|
|
S3ApiMetadata() |
protected |
S3ApiMetadata(S3ApiMetadata.Builder<?,?> builder) |
Modifier and Type | Method and Description |
---|---|
static Properties |
defaultProperties() |
S3ApiMetadata.Builder<?,?> |
toBuilder() |
contextToken, getApi, string
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
public S3ApiMetadata()
protected S3ApiMetadata(S3ApiMetadata.Builder<?,?> builder)
public S3ApiMetadata.Builder<?,?> toBuilder()
ApiMetadata.Builder
public static Properties defaultProperties()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.