Interface BatchGetAttributesMetadataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetAttributesMetadataRequest.Builder,,BatchGetAttributesMetadataRequest> DataZoneRequest.Builder,SdkBuilder<BatchGetAttributesMetadataRequest.Builder,,BatchGetAttributesMetadataRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchGetAttributesMetadataRequest
@Mutable
@NotThreadSafe
public static interface BatchGetAttributesMetadataRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAttributesMetadataRequest.Builder,BatchGetAttributesMetadataRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributeIdentifiers(String... attributeIdentifiers) The attribute identifier.attributeIdentifiers(Collection<String> attributeIdentifiers) The attribute identifier.domainIdentifier(String domainIdentifier) The domain ID where you want to get the attribute metadata.entityIdentifier(String entityIdentifier) The entity ID for which you want to get attribute metadata.entityRevision(String entityRevision) The entity revision for which you want to get attribute metadata.entityType(String entityType) The entity type for which you want to get attribute metadata.entityType(AttributeEntityType entityType) The entity type for which you want to get attribute metadata.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attributeIdentifiers
BatchGetAttributesMetadataRequest.Builder attributeIdentifiers(Collection<String> attributeIdentifiers) The attribute identifier.
- Parameters:
attributeIdentifiers- The attribute identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeIdentifiers
The attribute identifier.
- Parameters:
attributeIdentifiers- The attribute identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The domain ID where you want to get the attribute metadata.
- Parameters:
domainIdentifier- The domain ID where you want to get the attribute metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdentifier
The entity ID for which you want to get attribute metadata.
- Parameters:
entityIdentifier- The entity ID for which you want to get attribute metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRevision
The entity revision for which you want to get attribute metadata.
- Parameters:
entityRevision- The entity revision for which you want to get attribute metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The entity type for which you want to get attribute metadata.
- Parameters:
entityType- The entity type for which you want to get attribute metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The entity type for which you want to get attribute metadata.
- Parameters:
entityType- The entity type for which you want to get attribute metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchGetAttributesMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetAttributesMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-