public static interface CodeContentUpdate.Builder extends SdkPojo, CopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
Modifier and Type | Method and Description |
---|---|
default CodeContentUpdate.Builder |
s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate.Builder |
s3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate.Builder |
textContentUpdate(String textContentUpdate)
Describes an update to the text code for an application.
|
CodeContentUpdate.Builder |
zipFileContentUpdate(SdkBytes zipFileContentUpdate)
Describes an update to the zipped code for an application.
|
copy
applyMutation, build
CodeContentUpdate.Builder textContentUpdate(String textContentUpdate)
Describes an update to the text code for an application.
textContentUpdate
- Describes an update to the text code for an application.CodeContentUpdate.Builder zipFileContentUpdate(SdkBytes zipFileContentUpdate)
Describes an update to the zipped code for an application.
zipFileContentUpdate
- Describes an update to the zipped code for an application.CodeContentUpdate.Builder s3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
s3ContentLocationUpdate
- Describes an update to the location of code for an application.default CodeContentUpdate.Builder s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)
Describes an update to the location of code for an application.
This is a convenience that creates an instance of theS3ContentLocationUpdate.Builder
avoiding the
need to create one manually via S3ContentLocationUpdate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to s3ContentLocationUpdate(S3ContentLocationUpdate)
.s3ContentLocationUpdate
- a consumer that will call methods on S3ContentLocationUpdate.Builder
s3ContentLocationUpdate(S3ContentLocationUpdate)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.