Interface GetSmsAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSmsAttributesRequest.Builder,,GetSmsAttributesRequest> SdkBuilder<GetSmsAttributesRequest.Builder,,GetSmsAttributesRequest> SdkPojo,SdkRequest.Builder,SnsRequest.Builder
- Enclosing class:
GetSmsAttributesRequest
@Mutable
@NotThreadSafe
public static interface GetSmsAttributesRequest.Builder
extends SnsRequest.Builder, SdkPojo, CopyableBuilder<GetSmsAttributesRequest.Builder,GetSmsAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(String... attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.attributes(Collection<String> attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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.services.sns.model.SnsRequest.Builder
build
-
Method Details
-
attributes
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Parameters:
attributes- A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Parameters:
attributes- A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSmsAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSmsAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-