public static interface InstanceAssociationStatusInfo.Builder extends 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 instance.
|
InstanceAssociationStatusInfo.Builder |
associationVersion(String associationVersion)
The version of the association applied to the instance.
|
InstanceAssociationStatusInfo.Builder |
detailedStatus(String detailedStatus)
Detailed status information about the instance association.
|
InstanceAssociationStatusInfo.Builder |
documentVersion(String documentVersion)
The association document verions.
|
InstanceAssociationStatusInfo.Builder |
errorCode(String errorCode)
An error code returned by the request to create the association.
|
InstanceAssociationStatusInfo.Builder |
executionDate(Instant executionDate)
The date the instance association executed.
|
InstanceAssociationStatusInfo.Builder |
executionSummary(String executionSummary)
Summary information about association execution.
|
InstanceAssociationStatusInfo.Builder |
instanceId(String instanceId)
The instance 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 Amazon S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo.Builder |
outputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo.Builder |
status(String status)
Status information about the instance association.
|
copy
applyMutation, build
InstanceAssociationStatusInfo.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 verions.
documentVersion
- The association document verions.InstanceAssociationStatusInfo.Builder associationVersion(String associationVersion)
The version of the association applied to the instance.
associationVersion
- The version of the association applied to the instance.InstanceAssociationStatusInfo.Builder instanceId(String instanceId)
The instance ID where the association was created.
instanceId
- The instance ID where the association was created.InstanceAssociationStatusInfo.Builder executionDate(Instant executionDate)
The date the instance association executed.
executionDate
- The date the instance association executed.InstanceAssociationStatusInfo.Builder status(String status)
Status information about the instance association.
status
- Status information about the instance association.InstanceAssociationStatusInfo.Builder detailedStatus(String detailedStatus)
Detailed status information about the instance association.
detailedStatus
- Detailed status information about the instance 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 Amazon S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an Amazon S3 bucket where you want to store the results of this request.default InstanceAssociationStatusInfo.Builder outputUrl(Consumer<InstanceAssociationOutputUrl.Builder> outputUrl)
A URL for an Amazon 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.Builder
outputUrl(InstanceAssociationOutputUrl)
InstanceAssociationStatusInfo.Builder associationName(String associationName)
The name of the association applied to the instance.
associationName
- The name of the association applied to the instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.