public static interface RawString.Builder extends SdkPojo, CopyableBuilder<RawString.Builder,RawString>
Modifier and Type | Method and Description |
---|---|
RawString.Builder |
content(String content)
The YAML-formatted or JSON-formatted revision string.
|
RawString.Builder |
sha256(String sha256)
The SHA256 hash value of the revision content.
|
copy
applyMutation, build
RawString.Builder content(String content)
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
content
- The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda
function to update and optional Lambda functions that validate deployment lifecycle events.RawString.Builder sha256(String sha256)
The SHA256 hash value of the revision content.
sha256
- The SHA256 hash value of the revision content.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.