public static interface DescribeDomainEndpointOptionsRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDomainEndpointOptionsRequest.Builder,DescribeDomainEndpointOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainEndpointOptionsRequest.Builder |
deployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration.
|
DescribeDomainEndpointOptionsRequest.Builder |
domainName(String domainName)
A string that represents the name of a domain.
|
DescribeDomainEndpointOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDomainEndpointOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainEndpointOptionsRequest.Builder domainName(String domainName)
A string that represents the name of a domain.
domainName - A string that represents the name of a domain.DescribeDomainEndpointOptionsRequest.Builder deployed(Boolean deployed)
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active
configuration. Defaults to false.
deployed - Whether to retrieve the latest configuration (which might be in a Processing state) or the current,
active configuration. Defaults to false.DescribeDomainEndpointOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDomainEndpointOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.