Interface UpdateKeyRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateKeyRegistrationResponse.Builder,UpdateKeyRegistrationResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateKeyRegistrationResponse.Builder,UpdateKeyRegistrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateKeyRegistrationResponse
@Mutable @NotThreadSafe public static interface UpdateKeyRegistrationResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateKeyRegistrationResponse.Builder,UpdateKeyRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateKeyRegistrationResponse.BuilderfailedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration)A list of all customer managed key registrations that failed to update.UpdateKeyRegistrationResponse.BuilderfailedKeyRegistration(Consumer<FailedKeyRegistrationEntry.Builder>... failedKeyRegistration)A list of all customer managed key registrations that failed to update.UpdateKeyRegistrationResponse.BuilderfailedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration)A list of all customer managed key registrations that failed to update.UpdateKeyRegistrationResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateKeyRegistrationResponse.BuildersuccessfulKeyRegistration(Collection<SuccessfulKeyRegistrationEntry> successfulKeyRegistration)A list of all customer managed key registrations that were successfully updated.UpdateKeyRegistrationResponse.BuildersuccessfulKeyRegistration(Consumer<SuccessfulKeyRegistrationEntry.Builder>... successfulKeyRegistration)A list of all customer managed key registrations that were successfully updated.UpdateKeyRegistrationResponse.BuildersuccessfulKeyRegistration(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaFailedKeyRegistrationEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedKeyRegistration(List.) - 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:
#failedKeyRegistration(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaSuccessfulKeyRegistrationEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successfulKeyRegistration(List.) - 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:
#successfulKeyRegistration(java.util.Collection)
-
requestId
UpdateKeyRegistrationResponse.Builder requestId(String 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.
-
-