public static interface UpdateDomainEntryRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<UpdateDomainEntryRequest.Builder,UpdateDomainEntryRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainEntryRequest.Builder |
domainEntry(Consumer<DomainEntry.Builder> domainEntry)
An array of key-value pairs containing information about the domain entry.
|
UpdateDomainEntryRequest.Builder |
domainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
UpdateDomainEntryRequest.Builder |
domainName(String domainName)
The name of the domain recordset to update.
|
UpdateDomainEntryRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDomainEntryRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateDomainEntryRequest.Builder domainName(String domainName)
The name of the domain recordset to update.
domainName - The name of the domain recordset to update.UpdateDomainEntryRequest.Builder domainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
domainEntry - An array of key-value pairs containing information about the domain entry.default UpdateDomainEntryRequest.Builder domainEntry(Consumer<DomainEntry.Builder> domainEntry)
An array of key-value pairs containing information about the domain entry.
This is a convenience that creates an instance of theDomainEntry.Builder avoiding the need to create
one manually via DomainEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to domainEntry(DomainEntry).domainEntry - a consumer that will call methods on DomainEntry.BuilderdomainEntry(DomainEntry)UpdateDomainEntryRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateDomainEntryRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.