Interface CreateBucketAccessKeyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateBucketAccessKeyResponse.Builder,
,CreateBucketAccessKeyResponse> LightsailResponse.Builder
,SdkBuilder<CreateBucketAccessKeyResponse.Builder,
,CreateBucketAccessKeyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateBucketAccessKeyResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccessKey
(Consumer<AccessKey.Builder> accessKey) An object that describes the access key that is created.An object that describes the access key that is created.operations
(Collection<Operation> operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.operations
(Consumer<Operation.Builder>... operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.operations
(Operation... operations) An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accessKey
An object that describes the access key that is created.
- Parameters:
accessKey
- An object that describes the access key that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessKey
An object that describes the access key that is created.
This is a convenience method that creates an instance of theAccessKey.Builder
avoiding the need to create one manually viaAccessKey.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessKey(AccessKey)
.- Parameters:
accessKey
- a consumer that will call methods onAccessKey.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations
- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations
- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
This is a convenience method that creates an instance of theOperation.Builder
avoiding the need to create one manually viaOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooperations(List<Operation>)
.- Parameters:
operations
- a consumer that will call methods onOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-