Interface GetConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudHsmRequest.Builder
,CopyableBuilder<GetConfigRequest.Builder,
,GetConfigRequest> SdkBuilder<GetConfigRequest.Builder,
,GetConfigRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetConfigRequest
@Mutable
@NotThreadSafe
public static interface GetConfigRequest.Builder
extends CloudHsmRequest.Builder, SdkPojo, CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the client.clientVersion
(String clientVersion) The client version.clientVersion
(ClientVersion clientVersion) The client version.A list of ARNs that identify the high-availability partition groups that are associated with the client.hapgList
(Collection<String> hapgList) A list of ARNs that identify the high-availability partition groups that are associated with the client.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientArn
The ARN of the client.
- Parameters:
clientArn
- The ARN of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientVersion
The client version.
- Parameters:
clientVersion
- The client version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientVersion
The client version.
- Parameters:
clientVersion
- The client version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hapgList
A list of ARNs that identify the high-availability partition groups that are associated with the client.
- Parameters:
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hapgList
A list of ARNs that identify the high-availability partition groups that are associated with the client.
- Parameters:
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-