Interface LayerVersionContentInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LayerVersionContentInput.Builder,,LayerVersionContentInput> SdkBuilder<LayerVersionContentInput.Builder,,LayerVersionContentInput> SdkPojo
- Enclosing class:
LayerVersionContentInput
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 bucket of the layer archive.The Amazon S3 key of the layer archive.s3ObjectStorageMode(String s3ObjectStorageMode) Specifies how the layer archive is stored.s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode) Specifies how the layer archive is stored.s3ObjectVersion(String s3ObjectVersion) For versioned objects, the version of the layer archive object to use.The base64-encoded contents of the layer archive.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Bucket
The Amazon S3 bucket of the layer archive.
- Parameters:
s3Bucket- The Amazon S3 bucket of the layer archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
The Amazon S3 key of the layer archive.
- Parameters:
s3Key- The Amazon S3 key of the layer archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ObjectVersion
For versioned objects, the version of the layer archive object to use.
- Parameters:
s3ObjectVersion- For versioned objects, the version of the layer archive object to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ObjectStorageMode
Specifies how the layer archive is stored. Valid values:
-
COPY(default) – Uploads a copy of your layer archive to Lambda. -
REFERENCE– Lambda references the layer archive from the specified Amazon S3 bucket.
- Parameters:
s3ObjectStorageMode- Specifies how the layer archive is stored. Valid values:-
COPY(default) – Uploads a copy of your layer archive to Lambda. -
REFERENCE– Lambda references the layer archive from the specified Amazon S3 bucket.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
s3ObjectStorageMode
Specifies how the layer archive is stored. Valid values:
-
COPY(default) – Uploads a copy of your layer archive to Lambda. -
REFERENCE– Lambda references the layer archive from the specified Amazon S3 bucket.
- Parameters:
s3ObjectStorageMode- Specifies how the layer archive is stored. Valid values:-
COPY(default) – Uploads a copy of your layer archive to Lambda. -
REFERENCE– Lambda references the layer archive from the specified Amazon S3 bucket.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
zipFile
The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
- Parameters:
zipFile- The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-