public static interface SSMOutput.Builder extends SdkPojo, CopyableBuilder<SSMOutput.Builder,SSMOutput>
Modifier and Type | Method and Description |
---|---|
default SSMOutput.Builder |
s3Location(Consumer<S3Location.Builder> s3Location)
Sets the value of the S3Location property for this object.
|
SSMOutput.Builder |
s3Location(S3Location s3Location)
Sets the value of the S3Location property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SSMOutput.Builder s3Location(S3Location s3Location)
s3Location
- The new value for the S3Location property for this object.default SSMOutput.Builder s3Location(Consumer<S3Location.Builder> s3Location)
S3Location.Builder
avoiding the need to create
one manually via S3Location.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to s3Location(S3Location)
.s3Location
- a consumer that will call methods on S3Location.Builder
s3Location(S3Location)