Interface ListDlpSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDlpSettingsResponse.Builder,,ListDlpSettingsResponse> QuickSightResponse.Builder,SdkBuilder<ListDlpSettingsResponse.Builder,,ListDlpSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDlpSettingsResponse
@Mutable
@NotThreadSafe
public static interface ListDlpSettingsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListDlpSettingsResponse.Builder,ListDlpSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondlpSettingSummaries(Collection<DlpSettingSummary> dlpSettingSummaries) A list ofDlpSettingSummaryobjects for the DLP settings in the account.dlpSettingSummaries(Consumer<DlpSettingSummary.Builder>... dlpSettingSummaries) A list ofDlpSettingSummaryobjects for the DLP settings in the account.dlpSettingSummaries(DlpSettingSummary... dlpSettingSummaries) A list ofDlpSettingSummaryobjects for the DLP settings in the account.The token for the next set of results, or null if there are no more results.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
-
dlpSettingSummaries
ListDlpSettingsResponse.Builder dlpSettingSummaries(Collection<DlpSettingSummary> dlpSettingSummaries) A list of
DlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.- Parameters:
dlpSettingSummaries- A list ofDlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlpSettingSummaries
A list of
DlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.- Parameters:
dlpSettingSummaries- A list ofDlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlpSettingSummaries
ListDlpSettingsResponse.Builder dlpSettingSummaries(Consumer<DlpSettingSummary.Builder>... dlpSettingSummaries) A list of
This is a convenience method that creates an instance of theDlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.DlpSettingSummary.Builderavoiding the need to create one manually viaDlpSettingSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todlpSettingSummaries(List<DlpSettingSummary>).- Parameters:
dlpSettingSummaries- a consumer that will call methods onDlpSettingSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- 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.
-