Interface InstanceAssociationStatusInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceAssociationStatusInfo.Builder,,- InstanceAssociationStatusInfo> - SdkBuilder<InstanceAssociationStatusInfo.Builder,,- InstanceAssociationStatusInfo> - SdkPojo
- Enclosing class:
- InstanceAssociationStatusInfo
- 
Method SummaryModifier and TypeMethodDescriptionassociationId(String associationId) The association ID.associationName(String associationName) The name of the association applied to the managed node.associationVersion(String associationVersion) The version of the association applied to the managed node.detailedStatus(String detailedStatus) Detailed status information about the association.documentVersion(String documentVersion) The association document versions.An error code returned by the request to create the association.executionDate(Instant executionDate) The date the association ran.executionSummary(String executionSummary) Summary information about association execution.instanceId(String instanceId) The managed node ID where the association was created.The name of the association.outputUrl(Consumer<InstanceAssociationOutputUrl.Builder> outputUrl) A URL for an S3 bucket where you want to store the results of this request.outputUrl(InstanceAssociationOutputUrl outputUrl) A URL for an S3 bucket where you want to store the results of this request.Status information about the association.Methods 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, sdkFields
- 
Method Details- 
associationIdThe association ID. - Parameters:
- associationId- The association ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the association. - Parameters:
- name- The name of the association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
documentVersionThe association document versions. - Parameters:
- documentVersion- The association document versions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
associationVersionThe version of the association applied to the managed node. - Parameters:
- associationVersion- The version of the association applied to the managed node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
instanceIdThe managed node ID where the association was created. - Parameters:
- instanceId- The managed node ID where the association was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
executionDateThe date the association ran. - Parameters:
- executionDate- The date the association ran.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusStatus information about the association. - Parameters:
- status- Status information about the association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailedStatusDetailed status information about the association. - Parameters:
- detailedStatus- Detailed status information about the association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
executionSummarySummary information about association execution. - Parameters:
- executionSummary- Summary information about association execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorCodeAn error code returned by the request to create the association. - Parameters:
- errorCode- An error code returned by the request to create the association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputUrlA URL for an S3 bucket where you want to store the results of this request. - Parameters:
- outputUrl- A URL for an S3 bucket where you want to store the results of this request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputUrldefault InstanceAssociationStatusInfo.Builder outputUrl(Consumer<InstanceAssociationOutputUrl.Builder> outputUrl) A URL for an S3 bucket where you want to store the results of this request. This is a convenience method that creates an instance of theInstanceAssociationOutputUrl.Builderavoiding the need to create one manually viaInstanceAssociationOutputUrl.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputUrl(InstanceAssociationOutputUrl).- Parameters:
- outputUrl- a consumer that will call methods on- InstanceAssociationOutputUrl.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
associationNameThe name of the association applied to the managed node. - Parameters:
- associationName- The name of the association applied to the managed node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-