Interface SuccessfulAssociationResponseObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuccessfulAssociationResponseObject.Builder,,SuccessfulAssociationResponseObject> SdkBuilder<SuccessfulAssociationResponseObject.Builder,,SuccessfulAssociationResponseObject> SdkPojo
- Enclosing class:
SuccessfulAssociationResponseObject
@Mutable
@NotThreadSafe
public static interface SuccessfulAssociationResponseObject.Builder
extends SdkPojo, CopyableBuilder<SuccessfulAssociationResponseObject.Builder,SuccessfulAssociationResponseObject>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationStatusCheckId(String applicationStatusCheckId) The ID of the application status check.associationType(String associationType) The type of association.associationValue(String associationValue) The association value.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
-
applicationStatusCheckId
SuccessfulAssociationResponseObject.Builder applicationStatusCheckId(String applicationStatusCheckId) The ID of the application status check.
- Parameters:
applicationStatusCheckId- The ID of the application status check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationType
The type of association. Valid values:
EC2TAGandINSTANCE_ID.- Parameters:
associationType- The type of association. Valid values:EC2TAGandINSTANCE_ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationValue
The association value. For
EC2TAG, the value is formatted askey=value. ForINSTANCE_ID, the value is the instance ID.- Parameters:
associationValue- The association value. ForEC2TAG, the value is formatted askey=value. ForINSTANCE_ID, the value is the instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-