Interface DescribeDomainEndpointOptionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudSearchRequest.Builder
,CopyableBuilder<DescribeDomainEndpointOptionsRequest.Builder,
,DescribeDomainEndpointOptionsRequest> SdkBuilder<DescribeDomainEndpointOptionsRequest.Builder,
,DescribeDomainEndpointOptionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeDomainEndpointOptionsRequest
@Mutable
@NotThreadSafe
public static interface DescribeDomainEndpointOptionsRequest.Builder
extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDomainEndpointOptionsRequest.Builder,DescribeDomainEndpointOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionWhether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration.domainName
(String domainName) A string that represents the name of a domain.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchRequest.Builder
build
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 Details
-
domainName
A string that represents the name of a domain.
- Parameters:
domainName
- A string that represents the name of a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deployed
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to
false
.- Parameters:
deployed
- Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults tofalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDomainEndpointOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeDomainEndpointOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-