Interface S3Destination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Destination.Builder,S3Destination>,SdkBuilder<S3Destination.Builder,S3Destination>,SdkPojo
- Enclosing class:
- S3Destination
public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Destination.Builderbucket(String bucket)The S3 bucket that contains the updated firmware.S3Destination.Builderprefix(String prefix)The S3 prefix.-
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, sdkFields
-
-
-
-
Method Detail
-
bucket
S3Destination.Builder bucket(String bucket)
The S3 bucket that contains the updated firmware.
- Parameters:
bucket- The S3 bucket that contains the updated firmware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
S3Destination.Builder prefix(String prefix)
The S3 prefix.
- Parameters:
prefix- The S3 prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-