Interface GetDataAutomationLibraryEntityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<GetDataAutomationLibraryEntityRequest.Builder,,GetDataAutomationLibraryEntityRequest> SdkBuilder<GetDataAutomationLibraryEntityRequest.Builder,,GetDataAutomationLibraryEntityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDataAutomationLibraryEntityRequest
@Mutable
@NotThreadSafe
public static interface GetDataAutomationLibraryEntityRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<GetDataAutomationLibraryEntityRequest.Builder,GetDataAutomationLibraryEntityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionUnique identifier for the entityentityType(String entityType) The entity type for which the entity is requestedentityType(EntityType entityType) The entity type for which the entity is requestedlibraryArn(String libraryArn) ARN generated at the server side when a DataAutomationLibrary is createdoverrideConfiguration(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.services.bedrockdataautomation.model.BedrockDataAutomationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
libraryArn
ARN generated at the server side when a DataAutomationLibrary is created
- Parameters:
libraryArn- ARN generated at the server side when a DataAutomationLibrary is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The entity type for which the entity is requested
- Parameters:
entityType- The entity type for which the entity is requested- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The entity type for which the entity is requested
- Parameters:
entityType- The entity type for which the entity is requested- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityId
Unique identifier for the entity
- Parameters:
entityId- Unique identifier for the entity- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDataAutomationLibraryEntityRequest.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
GetDataAutomationLibraryEntityRequest.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.
-