public static interface InstanceAssociationStatusInfo.Builder extends SdkPojo, CopyableBuilder<InstanceAssociationStatusInfo.Builder,InstanceAssociationStatusInfo>
| Modifier and Type | Method and Description |
|---|---|
InstanceAssociationStatusInfo.Builder |
associationId(String associationId)
The association ID.
|
InstanceAssociationStatusInfo.Builder |
associationName(String associationName)
The name of the association applied to the managed node.
|
InstanceAssociationStatusInfo.Builder |
associationVersion(String associationVersion)
The version of the association applied to the managed node.
|
InstanceAssociationStatusInfo.Builder |
detailedStatus(String detailedStatus)
Detailed status information about the association.
|
InstanceAssociationStatusInfo.Builder |
documentVersion(String documentVersion)
The association document versions.
|
InstanceAssociationStatusInfo.Builder |
errorCode(String errorCode)
An error code returned by the request to create the association.
|
InstanceAssociationStatusInfo.Builder |
executionDate(Instant executionDate)
The date the association ran.
|
InstanceAssociationStatusInfo.Builder |
executionSummary(String executionSummary)
Summary information about association execution.
|
InstanceAssociationStatusInfo.Builder |
instanceId(String instanceId)
The managed node ID where the association was created.
|
InstanceAssociationStatusInfo.Builder |
name(String name)
The name of the association.
|
default InstanceAssociationStatusInfo.Builder |
outputUrl(Consumer<InstanceAssociationOutputUrl.Builder> outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo.Builder |
outputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo.Builder |
status(String status)
Status information about the association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceAssociationStatusInfo.Builder associationId(String associationId)
The association ID.
associationId - The association ID.InstanceAssociationStatusInfo.Builder name(String name)
The name of the association.
name - The name of the association.InstanceAssociationStatusInfo.Builder documentVersion(String documentVersion)
The association document versions.
documentVersion - The association document versions.InstanceAssociationStatusInfo.Builder associationVersion(String associationVersion)
The version of the association applied to the managed node.
associationVersion - The version of the association applied to the managed node.InstanceAssociationStatusInfo.Builder instanceId(String instanceId)
The managed node ID where the association was created.
instanceId - The managed node ID where the association was created.InstanceAssociationStatusInfo.Builder executionDate(Instant executionDate)
The date the association ran.
executionDate - The date the association ran.InstanceAssociationStatusInfo.Builder status(String status)
Status information about the association.
status - Status information about the association.InstanceAssociationStatusInfo.Builder detailedStatus(String detailedStatus)
Detailed status information about the association.
detailedStatus - Detailed status information about the association.InstanceAssociationStatusInfo.Builder executionSummary(String executionSummary)
Summary information about association execution.
executionSummary - Summary information about association execution.InstanceAssociationStatusInfo.Builder errorCode(String errorCode)
An error code returned by the request to create the association.
errorCode - An error code returned by the request to create the association.InstanceAssociationStatusInfo.Builder outputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
outputUrl - A URL for an S3 bucket where you want to store the results of this request.default 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 that creates an instance of theInstanceAssociationOutputUrl.Builder avoiding
the need to create one manually via InstanceAssociationOutputUrl.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputUrl(InstanceAssociationOutputUrl).outputUrl - a consumer that will call methods on InstanceAssociationOutputUrl.BuilderoutputUrl(InstanceAssociationOutputUrl)InstanceAssociationStatusInfo.Builder associationName(String associationName)
The name of the association applied to the managed node.
associationName - The name of the association applied to the managed node.Copyright © 2022. All rights reserved.