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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSmsAttributesRequest.Builderattributes(String... attributes)A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.GetSmsAttributesRequest.Builderattributes(Collection<String> attributes)A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.GetSmsAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSmsAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
attributes
GetSmsAttributesRequest.Builder attributes(Collection<String> 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
GetSmsAttributesRequest.Builder attributes(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSmsAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-