Interface DefineIndexFieldRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudSearchRequest.Builder,CopyableBuilder<DefineIndexFieldRequest.Builder,DefineIndexFieldRequest>,SdkBuilder<DefineIndexFieldRequest.Builder,DefineIndexFieldRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DefineIndexFieldRequest
public static interface DefineIndexFieldRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DefineIndexFieldRequest.Builder,DefineIndexFieldRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DefineIndexFieldRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.default DefineIndexFieldRequest.BuilderindexField(Consumer<IndexField.Builder> indexField)The index field and field options you want to configure.DefineIndexFieldRequest.BuilderindexField(IndexField indexField)The index field and field options you want to configure.DefineIndexFieldRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DefineIndexFieldRequest.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
DefineIndexFieldRequest.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.
-
indexField
DefineIndexFieldRequest.Builder indexField(IndexField indexField)
The index field and field options you want to configure.
- Parameters:
indexField- The index field and field options you want to configure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexField
default DefineIndexFieldRequest.Builder indexField(Consumer<IndexField.Builder> indexField)
The index field and field options you want to configure.
This is a convenience method that creates an instance of theIndexField.Builderavoiding the need to create one manually viaIndexField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toindexField(IndexField).- Parameters:
indexField- a consumer that will call methods onIndexField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
indexField(IndexField)
-
overrideConfiguration
DefineIndexFieldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DefineIndexFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-