public static interface UpdateDomainNameRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainNameRequest.Builder |
domainName(String domainName)
The name of the DomainName resource to be changed.
|
UpdateDomainNameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDomainNameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDomainNameRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateDomainNameRequest.Builder |
patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateDomainNameRequest.Builder |
patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainNameRequest.Builder domainName(String domainName)
The name of the DomainName resource to be changed.
domainName - The name of the DomainName resource to be changed.UpdateDomainNameRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.UpdateDomainNameRequest.Builder patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.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.Builder avoiding the need to create
one manually via PatchOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #patchOperations(List.
patchOperations - a consumer that will call methods on
PatchOperation.Builder#patchOperations(java.util.Collection) UpdateDomainNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDomainNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.