Interface LayerVersionContentInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LayerVersionContentInput.Builder,LayerVersionContentInput>,SdkBuilder<LayerVersionContentInput.Builder,LayerVersionContentInput>,SdkPojo
- Enclosing class:
- LayerVersionContentInput
@Mutable @NotThreadSafe public static interface LayerVersionContentInput.Builder extends SdkPojo, CopyableBuilder<LayerVersionContentInput.Builder,LayerVersionContentInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayerVersionContentInput.Builders3Bucket(String s3Bucket)The Amazon S3 bucket of the layer archive.LayerVersionContentInput.Builders3Key(String s3Key)The Amazon S3 key of the layer archive.LayerVersionContentInput.Builders3ObjectVersion(String s3ObjectVersion)For versioned objects, the version of the layer archive object to use.LayerVersionContentInput.BuilderzipFile(SdkBytes zipFile)The base64-encoded contents of the layer archive.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Bucket
LayerVersionContentInput.Builder s3Bucket(String 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
LayerVersionContentInput.Builder s3Key(String 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
LayerVersionContentInput.Builder s3ObjectVersion(String 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.
-
zipFile
LayerVersionContentInput.Builder zipFile(SdkBytes 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.
-
-