public static interface OutputSource.Builder extends SdkPojo, CopyableBuilder<OutputSource.Builder,OutputSource>
Modifier and Type | Method and Description |
---|---|
OutputSource.Builder |
outputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an Amazon S3 bucket.
|
OutputSource.Builder |
outputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
copy
applyMutation, build
OutputSource.Builder outputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an Amazon S3 bucket.
outputSourceId
- The ID of the output source, for example the URL of an Amazon S3 bucket.OutputSource.Builder outputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
outputSourceType
- The type of source where the association execution details are stored, for example, Amazon S3.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.