Interface Permissions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Permissions.Builder,,Permissions> SdkBuilder<Permissions.Builder,,Permissions> SdkPojo
- Enclosing class:
Permissions
@Mutable
@NotThreadSafe
public static interface Permissions.Builder
extends SdkPojo, CopyableBuilder<Permissions.Builder,Permissions>
-
Method Summary
Modifier and TypeMethodDescriptions3(Collection<S3Permission> s3) The S3 details of the asset permissions.s3(S3Permission... s3) The S3 details of the asset permissions.s3WithStrings(String... s3) The S3 details of the asset permissions.The S3 details of the asset permissions.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
-
s3WithStrings
The S3 details of the asset permissions.
- Parameters:
s3- The S3 details of the asset permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3WithStrings
The S3 details of the asset permissions.
- Parameters:
s3- The S3 details of the asset permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
The S3 details of the asset permissions.
- Parameters:
s3- The S3 details of the asset permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
The S3 details of the asset permissions.
- Parameters:
s3- The S3 details of the asset permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-