Interface AMISecuritySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AMISecuritySummary.Builder,,AMISecuritySummary> SdkBuilder<AMISecuritySummary.Builder,,AMISecuritySummary> SdkPojo
- Enclosing class:
AMISecuritySummary
@Mutable
@NotThreadSafe
public static interface AMISecuritySummary.Builder
extends SdkPojo, CopyableBuilder<AMISecuritySummary.Builder,AMISecuritySummary>
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryOptionId(String deliveryOptionId) The unique ID of the delivery option that was evaluated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deliveryOptionId
The unique ID of the delivery option that was evaluated.
- Parameters:
deliveryOptionId- The unique ID of the delivery option that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-