Interface UpdateDlpSettingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDlpSettingResponse.Builder,,UpdateDlpSettingResponse> QuickSightResponse.Builder,SdkBuilder<UpdateDlpSettingResponse.Builder,,UpdateDlpSettingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDlpSettingResponse
@Mutable
@NotThreadSafe
public static interface UpdateDlpSettingResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDlpSettingResponse.Builder,UpdateDlpSettingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated DLP setting.dlpSettingId(String dlpSettingId) The ID of the updated DLP setting.The Amazon Web Services request ID for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
arn
The Amazon Resource Name (ARN) of the updated DLP setting.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated DLP setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlpSettingId
The ID of the updated DLP setting.
- Parameters:
dlpSettingId- The ID of the updated DLP setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-