Interface GetDataAutomationLibraryEntityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<GetDataAutomationLibraryEntityResponse.Builder,,GetDataAutomationLibraryEntityResponse> SdkBuilder<GetDataAutomationLibraryEntityResponse.Builder,,GetDataAutomationLibraryEntityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDataAutomationLibraryEntityResponse
@Mutable
@NotThreadSafe
public static interface GetDataAutomationLibraryEntityResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<GetDataAutomationLibraryEntityResponse.Builder,GetDataAutomationLibraryEntityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentity(Consumer<EntityDetails.Builder> entity) Detailed information about the entityentity(EntityDetails entity) Detailed information about the entityMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entity
Detailed information about the entity
- Parameters:
entity- Detailed information about the entity- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entity
default GetDataAutomationLibraryEntityResponse.Builder entity(Consumer<EntityDetails.Builder> entity) Detailed information about the entity
This is a convenience method that creates an instance of theEntityDetails.Builderavoiding the need to create one manually viaEntityDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(EntityDetails).- Parameters:
entity- a consumer that will call methods onEntityDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-