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 S3 bucket.
|
OutputSource.Builder |
outputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OutputSource.Builder outputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
outputSourceId
- The ID of the output source, for example the URL of an 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 © 2021. All rights reserved.