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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAccessPointScopeResponse.Builderscope(Consumer<Scope.Builder> scope)The contents of the access point scope.GetAccessPointScopeResponse.Builderscope(Scope scope)The contents of the access point scope.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
scope
GetAccessPointScopeResponse.Builder scope(Scope 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
default GetAccessPointScopeResponse.Builder scope(Consumer<Scope.Builder> 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:
scope(Scope)
-
-