Interface UpdateBackendStorageResourceConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateBackendStorageResourceConfig.Builder,,- UpdateBackendStorageResourceConfig> - SdkBuilder<UpdateBackendStorageResourceConfig.Builder,,- UpdateBackendStorageResourceConfig> - SdkPojo
- Enclosing class:
- UpdateBackendStorageResourceConfig
@Mutable
@NotThreadSafe
public static interface UpdateBackendStorageResourceConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateBackendStorageResourceConfig.Builder,UpdateBackendStorageResourceConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionpermissions(Consumer<BackendStoragePermissions.Builder> permissions) The authorization configuration for the storage S3 bucket.permissions(BackendStoragePermissions permissions) The authorization configuration for the storage S3 bucket.serviceName(String serviceName) The name of the storage service.serviceName(ServiceName serviceName) The name of the storage service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
permissionsThe authorization configuration for the storage S3 bucket. - Parameters:
- permissions- The authorization configuration for the storage S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
permissionsdefault UpdateBackendStorageResourceConfig.Builder permissions(Consumer<BackendStoragePermissions.Builder> permissions) The authorization configuration for the storage S3 bucket. This is a convenience method that creates an instance of theBackendStoragePermissions.Builderavoiding the need to create one manually viaBackendStoragePermissions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topermissions(BackendStoragePermissions).- Parameters:
- permissions- a consumer that will call methods on- BackendStoragePermissions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceNameThe name of the storage service. - Parameters:
- serviceName- The name of the storage service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceNameThe name of the storage service. - Parameters:
- serviceName- The name of the storage service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-