Interface PurchaseReservedElasticsearchInstanceOfferingResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<PurchaseReservedElasticsearchInstanceOfferingResponse.Builder,,- PurchaseReservedElasticsearchInstanceOfferingResponse> - ElasticsearchResponse.Builder,- SdkBuilder<PurchaseReservedElasticsearchInstanceOfferingResponse.Builder,,- PurchaseReservedElasticsearchInstanceOfferingResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- PurchaseReservedElasticsearchInstanceOfferingResponse
@Mutable
@NotThreadSafe
public static interface PurchaseReservedElasticsearchInstanceOfferingResponse.Builder
extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<PurchaseReservedElasticsearchInstanceOfferingResponse.Builder,PurchaseReservedElasticsearchInstanceOfferingResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionreservationName(String reservationName) The customer-specified identifier used to track this reservation.reservedElasticsearchInstanceId(String reservedElasticsearchInstanceId) Details of the reserved Elasticsearch instance which was purchased.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
reservedElasticsearchInstanceIdPurchaseReservedElasticsearchInstanceOfferingResponse.Builder reservedElasticsearchInstanceId(String reservedElasticsearchInstanceId) Details of the reserved Elasticsearch instance which was purchased. - Parameters:
- reservedElasticsearchInstanceId- Details of the reserved Elasticsearch instance which was purchased.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reservationNamePurchaseReservedElasticsearchInstanceOfferingResponse.Builder reservationName(String reservationName) The customer-specified identifier used to track this reservation. - Parameters:
- reservationName- The customer-specified identifier used to track this reservation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-