Interface UpdateDomainNameRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>,SdkBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDomainNameRequest
public static interface UpdateDomainNameRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
domainName
UpdateDomainNameRequest.Builder domainName(String domainName)
The name of the DomainName resource to be changed.
- Parameters:
domainName- The name of the DomainName resource to be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameId
UpdateDomainNameRequest.Builder domainNameId(String domainNameId)
The identifier for the domain name resource. Supported only for private custom domain names.
- Parameters:
domainNameId- The identifier for the domain name resource. Supported only for private custom domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
UpdateDomainNameRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
- Parameters:
patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
UpdateDomainNameRequest.Builder patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
- Parameters:
patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
UpdateDomainNameRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
This is a convenience method that creates an instance of thePatchOperation.Builderavoiding the need to create one manually viaPatchOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#patchOperations(List.) - Parameters:
patchOperations- a consumer that will call methods onPatchOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#patchOperations(java.util.Collection)
-
overrideConfiguration
UpdateDomainNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDomainNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-