Interface PutAccessPointScopeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccessPointScopeRequest.Builder,PutAccessPointScopeRequest>,S3ControlRequest.Builder,SdkBuilder<PutAccessPointScopeRequest.Builder,PutAccessPointScopeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutAccessPointScopeRequest
@Mutable @NotThreadSafe public static interface PutAccessPointScopeRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutAccessPointScopeRequest.Builder,PutAccessPointScopeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutAccessPointScopeRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.PutAccessPointScopeRequest.Buildername(String name)The name of the access point with the scope that you want to create or replace.PutAccessPointScopeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccessPointScopeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutAccessPointScopeRequest.Builderscope(Consumer<Scope.Builder> scope)Object prefixes, API operations, or a combination of both.PutAccessPointScopeRequest.Builderscope(Scope scope)Object prefixes, API operations, or a combination of both.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlRequest.Builder
build
-
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
-
accountId
PutAccessPointScopeRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
- Parameters:
accountId- The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PutAccessPointScopeRequest.Builder name(String name)
The name of the access point with the scope that you want to create or replace.
- Parameters:
name- The name of the access point with the scope that you want to create or replace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
PutAccessPointScopeRequest.Builder scope(Scope scope)
Object prefixes, API operations, or a combination of both.
- Parameters:
scope- Object prefixes, API operations, or a combination of both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
default PutAccessPointScopeRequest.Builder scope(Consumer<Scope.Builder> scope)
Object prefixes, API operations, or a combination of both.
This is a convenience method that creates an instance of theScope.Builderavoiding the need to create one manually viaScope.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscope(Scope).- Parameters:
scope- a consumer that will call methods onScope.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scope(Scope)
-
overrideConfiguration
PutAccessPointScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccessPointScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-