Interface ListDataAutomationLibraryEntitiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<ListDataAutomationLibraryEntitiesRequest.Builder,,ListDataAutomationLibraryEntitiesRequest> SdkBuilder<ListDataAutomationLibraryEntitiesRequest.Builder,,ListDataAutomationLibraryEntitiesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDataAutomationLibraryEntitiesRequest
@Mutable
@NotThreadSafe
public static interface ListDataAutomationLibraryEntitiesRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<ListDataAutomationLibraryEntitiesRequest.Builder,ListDataAutomationLibraryEntitiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionentityType(String entityType) The entity type for which the entity list is requestedentityType(EntityType entityType) The entity type for which the entity list is requestedlibraryArn(String libraryArn) ARN generated at the server side when a DataAutomationLibrary is createdmaxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Pagination token for retrieving the next set of resultsoverrideConfiguration(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 list is requested
- Parameters:
entityType- The entity type for which the entity list 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 list is requested
- Parameters:
entityType- The entity type for which the entity list is requested- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token for retrieving the next set of results
- Parameters:
nextToken- Pagination token for retrieving the next set of results- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataAutomationLibraryEntitiesRequest.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
ListDataAutomationLibraryEntitiesRequest.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.
-