Interface UnsuccessfulAssociationResponseObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UnsuccessfulAssociationResponseObject.Builder,,UnsuccessfulAssociationResponseObject> SdkBuilder<UnsuccessfulAssociationResponseObject.Builder,,UnsuccessfulAssociationResponseObject> SdkPojo
- Enclosing class:
UnsuccessfulAssociationResponseObject
@Mutable
@NotThreadSafe
public static interface UnsuccessfulAssociationResponseObject.Builder
extends SdkPojo, CopyableBuilder<UnsuccessfulAssociationResponseObject.Builder,UnsuccessfulAssociationResponseObject>
-
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.The reason the association failed.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
UnsuccessfulAssociationResponseObject.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.
-
reason
The reason the association failed.
- Parameters:
reason- The reason the association failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-