Interface DeleteIndexFieldResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudSearchResponse.Builder,- CopyableBuilder<DeleteIndexFieldResponse.Builder,,- DeleteIndexFieldResponse> - SdkBuilder<DeleteIndexFieldResponse.Builder,,- DeleteIndexFieldResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteIndexFieldResponse
@Mutable
@NotThreadSafe
public static interface DeleteIndexFieldResponse.Builder
extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<DeleteIndexFieldResponse.Builder,DeleteIndexFieldResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DeleteIndexFieldResponse.BuilderindexField(Consumer<IndexFieldStatus.Builder> indexField) The status of the index field being deleted.indexField(IndexFieldStatus indexField) The status of the index field being deleted.Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
indexFieldThe status of the index field being deleted. - Parameters:
- indexField- The status of the index field being deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexFieldThe status of the index field being deleted. This is a convenience method that creates an instance of theIndexFieldStatus.Builderavoiding the need to create one manually viaIndexFieldStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toindexField(IndexFieldStatus).- Parameters:
- indexField- a consumer that will call methods on- IndexFieldStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-