Interface GetAccessPointScopeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAccessPointScopeRequest.Builder,GetAccessPointScopeRequest>,S3ControlRequest.Builder,SdkBuilder<GetAccessPointScopeRequest.Builder,GetAccessPointScopeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAccessPointScopeRequest
@Mutable @NotThreadSafe public static interface GetAccessPointScopeRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<GetAccessPointScopeRequest.Builder,GetAccessPointScopeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccessPointScopeRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID that owns the access point with the scope that you want to retrieve.GetAccessPointScopeRequest.Buildername(String name)The name of the access point with the scope you want to retrieve.GetAccessPointScopeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessPointScopeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetAccessPointScopeRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the access point with the scope that you want to retrieve.
- Parameters:
accountId- The Amazon Web Services account ID that owns the access point with the scope that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetAccessPointScopeRequest.Builder name(String name)
The name of the access point with the scope you want to retrieve.
- Parameters:
name- The name of the access point with the scope you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAccessPointScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAccessPointScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-