Interface UpdateKeyRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateKeyRegistrationResponse.Builder,
,UpdateKeyRegistrationResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateKeyRegistrationResponse.Builder,
,UpdateKeyRegistrationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateKeyRegistrationResponse
-
Method Summary
Modifier and TypeMethodDescriptionfailedKeyRegistration
(Collection<FailedKeyRegistrationEntry> failedKeyRegistration) A list of all customer managed key registrations that failed to update.failedKeyRegistration
(Consumer<FailedKeyRegistrationEntry.Builder>... failedKeyRegistration) A list of all customer managed key registrations that failed to update.failedKeyRegistration
(FailedKeyRegistrationEntry... failedKeyRegistration) A list of all customer managed key registrations that failed to update.The Amazon Web Services request ID for this operation.successfulKeyRegistration
(Collection<SuccessfulKeyRegistrationEntry> successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.successfulKeyRegistration
(Consumer<SuccessfulKeyRegistrationEntry.Builder>... successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.successfulKeyRegistration
(SuccessfulKeyRegistrationEntry... successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
failedKeyRegistration
UpdateKeyRegistrationResponse.Builder failedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration) A list of all customer managed key registrations that failed to update.
- Parameters:
failedKeyRegistration
- A list of all customer managed key registrations that failed to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedKeyRegistration
UpdateKeyRegistrationResponse.Builder failedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration) A list of all customer managed key registrations that failed to update.
- Parameters:
failedKeyRegistration
- A list of all customer managed key registrations that failed to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedKeyRegistration
UpdateKeyRegistrationResponse.Builder failedKeyRegistration(Consumer<FailedKeyRegistrationEntry.Builder>... failedKeyRegistration) A list of all customer managed key registrations that failed to update.
This is a convenience method that creates an instance of theFailedKeyRegistrationEntry.Builder
avoiding the need to create one manually viaFailedKeyRegistrationEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedKeyRegistration(List<FailedKeyRegistrationEntry>)
.- Parameters:
failedKeyRegistration
- a consumer that will call methods onFailedKeyRegistrationEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
successfulKeyRegistration
UpdateKeyRegistrationResponse.Builder successfulKeyRegistration(Collection<SuccessfulKeyRegistrationEntry> successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.
- Parameters:
successfulKeyRegistration
- A list of all customer managed key registrations that were successfully updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulKeyRegistration
UpdateKeyRegistrationResponse.Builder successfulKeyRegistration(SuccessfulKeyRegistrationEntry... successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.
- Parameters:
successfulKeyRegistration
- A list of all customer managed key registrations that were successfully updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulKeyRegistration
UpdateKeyRegistrationResponse.Builder successfulKeyRegistration(Consumer<SuccessfulKeyRegistrationEntry.Builder>... successfulKeyRegistration) A list of all customer managed key registrations that were successfully updated.
This is a convenience method that creates an instance of theSuccessfulKeyRegistrationEntry.Builder
avoiding the need to create one manually viaSuccessfulKeyRegistrationEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosuccessfulKeyRegistration(List<SuccessfulKeyRegistrationEntry>)
.- Parameters:
successfulKeyRegistration
- a consumer that will call methods onSuccessfulKeyRegistrationEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-