CopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
, SdkBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
public static interface UpdateDomainNameRequest.Builder extends CopyableBuilder<UpdateDomainNameRequest.Builder,UpdateDomainNameRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateDomainNameRequest.Builder |
domainName(String domainName) |
The name of the DomainName resource to be changed.
|
UpdateDomainNameRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDomainNameRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
copy
apply, build
UpdateDomainNameRequest.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)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateDomainNameRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.