Interface GetConfigurationBundleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreControlRequest.Builder,Buildable,CopyableBuilder<GetConfigurationBundleRequest.Builder,,GetConfigurationBundleRequest> SdkBuilder<GetConfigurationBundleRequest.Builder,,GetConfigurationBundleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetConfigurationBundleRequest
@Mutable
@NotThreadSafe
public static interface GetConfigurationBundleRequest.Builder
extends BedrockAgentCoreControlRequest.Builder, SdkPojo, CopyableBuilder<GetConfigurationBundleRequest.Builder,GetConfigurationBundleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbranchName(String branchName) The branch name to get the latest version from.The unique identifier of the configuration bundle to retrieve.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.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlRequest.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
-
bundleId
The unique identifier of the configuration bundle to retrieve.
- Parameters:
bundleId- The unique identifier of the configuration bundle to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The branch name to get the latest version from. If not specified, returns the latest version on the mainline branch.
- Parameters:
branchName- The branch name to get the latest version from. If not specified, returns the latest version on the mainline branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConfigurationBundleRequest.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
GetConfigurationBundleRequest.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.
-