Interface GetAccessPointScopeResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessPointScopeResponse.Builder,,GetAccessPointScopeResponse> S3ControlResponse.Builder,SdkBuilder<GetAccessPointScopeResponse.Builder,,GetAccessPointScopeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetAccessPointScopeResponse
@Mutable
@NotThreadSafe
public static interface GetAccessPointScopeResponse.Builder
extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointScopeResponse.Builder,GetAccessPointScopeResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionscope(Consumer<Scope.Builder> scope) The contents of the access point scope.The contents of the access point scope.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
scope
The contents of the access point scope.
- Parameters:
 scope- The contents of the access point scope.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
scope
The contents of the access point scope.
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:
 
 
 -