Interface DeleteIndexFieldRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudSearchRequest.Builder,CopyableBuilder<DeleteIndexFieldRequest.Builder,DeleteIndexFieldRequest>,SdkBuilder<DeleteIndexFieldRequest.Builder,DeleteIndexFieldRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteIndexFieldRequest
public static interface DeleteIndexFieldRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DeleteIndexFieldRequest.Builder,DeleteIndexFieldRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIndexFieldRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.DeleteIndexFieldRequest.BuilderindexFieldName(String indexFieldName)The name of the index field your want to remove from the domain's indexing options.DeleteIndexFieldRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIndexFieldRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
domainName
DeleteIndexFieldRequest.Builder domainName(String domainName)
Sets the value of the DomainName property for this object.- Parameters:
domainName- The new value for the DomainName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexFieldName
DeleteIndexFieldRequest.Builder indexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's indexing options.
- Parameters:
indexFieldName- The name of the index field your want to remove from the domain's indexing options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIndexFieldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIndexFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-