Interface DescribeProtectConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeProtectConfigurationsResponse.Builder,DescribeProtectConfigurationsResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeProtectConfigurationsResponse.Builder,DescribeProtectConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeProtectConfigurationsResponse
public static interface DescribeProtectConfigurationsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeProtectConfigurationsResponse.Builder,DescribeProtectConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeProtectConfigurationsResponse.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.DescribeProtectConfigurationsResponse.BuilderprotectConfigurations(Collection<ProtectConfigurationInformation> protectConfigurations)An array of ProtectConfigurationInformation objects that contain the details for the request.DescribeProtectConfigurationsResponse.BuilderprotectConfigurations(Consumer<ProtectConfigurationInformation.Builder>... protectConfigurations)An array of ProtectConfigurationInformation objects that contain the details for the request.DescribeProtectConfigurationsResponse.BuilderprotectConfigurations(ProtectConfigurationInformation... protectConfigurations)An array of ProtectConfigurationInformation objects that contain the details for the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
protectConfigurations
DescribeProtectConfigurationsResponse.Builder protectConfigurations(Collection<ProtectConfigurationInformation> protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
- Parameters:
protectConfigurations- An array of ProtectConfigurationInformation objects that contain the details for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectConfigurations
DescribeProtectConfigurationsResponse.Builder protectConfigurations(ProtectConfigurationInformation... protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
- Parameters:
protectConfigurations- An array of ProtectConfigurationInformation objects that contain the details for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectConfigurations
DescribeProtectConfigurationsResponse.Builder protectConfigurations(Consumer<ProtectConfigurationInformation.Builder>... protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
This is a convenience method that creates an instance of theProtectConfigurationInformation.Builderavoiding the need to create one manually viaProtectConfigurationInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#protectConfigurations(List.) - Parameters:
protectConfigurations- a consumer that will call methods onProtectConfigurationInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#protectConfigurations(java.util.Collection)
-
nextToken
DescribeProtectConfigurationsResponse.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
- Parameters:
nextToken- The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-