Interface ListCustomDetectionRuleOrgConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomDetectionRuleOrgConfigurationsResponse.Builder,,ListCustomDetectionRuleOrgConfigurationsResponse> GuardDutyResponse.Builder,SdkBuilder<ListCustomDetectionRuleOrgConfigurationsResponse.Builder,,ListCustomDetectionRuleOrgConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListCustomDetectionRuleOrgConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListCustomDetectionRuleOrgConfigurationsResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListCustomDetectionRuleOrgConfigurationsResponse.Builder,ListCustomDetectionRuleOrgConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurations(Collection<DetectionRuleOrgConfigurationSummary> configurations) A list of organization configurations for custom detection rules.configurations(Consumer<DetectionRuleOrgConfigurationSummary.Builder>... configurations) A list of organization configurations for custom detection rules.configurations(DetectionRuleOrgConfigurationSummary... configurations) A list of organization configurations for custom detection rules.A pagination token to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.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
-
configurations
ListCustomDetectionRuleOrgConfigurationsResponse.Builder configurations(Collection<DetectionRuleOrgConfigurationSummary> configurations) A list of organization configurations for custom detection rules.
- Parameters:
configurations- A list of organization configurations for custom detection rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
ListCustomDetectionRuleOrgConfigurationsResponse.Builder configurations(DetectionRuleOrgConfigurationSummary... configurations) A list of organization configurations for custom detection rules.
- Parameters:
configurations- A list of organization configurations for custom detection rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
ListCustomDetectionRuleOrgConfigurationsResponse.Builder configurations(Consumer<DetectionRuleOrgConfigurationSummary.Builder>... configurations) A list of organization configurations for custom detection rules.
This is a convenience method that creates an instance of theDetectionRuleOrgConfigurationSummary.Builderavoiding the need to create one manually viaDetectionRuleOrgConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurations(List<DetectionRuleOrgConfigurationSummary>).- Parameters:
configurations- a consumer that will call methods onDetectionRuleOrgConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token to retrieve the next page of results. If this field is empty, there are no additional results.
- Parameters:
nextToken- A pagination token to retrieve the next page of results. If this field is empty, there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-