Interface DescribeDlpSettingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDlpSettingResponse.Builder,,DescribeDlpSettingResponse> QuickSightResponse.Builder,SdkBuilder<DescribeDlpSettingResponse.Builder,,DescribeDlpSettingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeDlpSettingResponse
@Mutable
@NotThreadSafe
public static interface DescribeDlpSettingResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDlpSettingResponse.Builder,DescribeDlpSettingResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondlpSetting(Consumer<DlpSettingDetails.Builder> dlpSetting) The full configuration of the requested DLP setting, returned as aDlpSettingDetailsobject.dlpSetting(DlpSettingDetails dlpSetting) The full configuration of the requested DLP setting, returned as aDlpSettingDetailsobject.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
-
dlpSetting
The full configuration of the requested DLP setting, returned as a
DlpSettingDetailsobject.- Parameters:
dlpSetting- The full configuration of the requested DLP setting, returned as aDlpSettingDetailsobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlpSetting
default DescribeDlpSettingResponse.Builder dlpSetting(Consumer<DlpSettingDetails.Builder> dlpSetting) The full configuration of the requested DLP setting, returned as a
This is a convenience method that creates an instance of theDlpSettingDetailsobject.DlpSettingDetails.Builderavoiding the need to create one manually viaDlpSettingDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todlpSetting(DlpSettingDetails).- Parameters:
dlpSetting- a consumer that will call methods onDlpSettingDetails.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.
-