Interface GetConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudHsmRequest.Builder,CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>,SdkBuilder<GetConfigRequest.Builder,GetConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConfigRequest
public static interface GetConfigRequest.Builder extends CloudHsmRequest.Builder, SdkPojo, CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfigRequest.BuilderclientArn(String clientArn)The ARN of the client.GetConfigRequest.BuilderclientVersion(String clientVersion)The client version.GetConfigRequest.BuilderclientVersion(ClientVersion clientVersion)The client version.GetConfigRequest.BuilderhapgList(String... hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequest.BuilderhapgList(Collection<String> hapgList)A list of ARNs that identify the high-availability partition groups that are associated with the client.GetConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
clientArn
GetConfigRequest.Builder clientArn(String 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
GetConfigRequest.Builder clientVersion(String 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,ClientVersion
-
clientVersion
GetConfigRequest.Builder clientVersion(ClientVersion 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,ClientVersion
-
hapgList
GetConfigRequest.Builder hapgList(Collection<String> 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
GetConfigRequest.Builder hapgList(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-