Interface CreateSamplingRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSamplingRuleRequest.Builder,CreateSamplingRuleRequest>,SdkBuilder<CreateSamplingRuleRequest.Builder,CreateSamplingRuleRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- CreateSamplingRuleRequest
@Mutable @NotThreadSafe public static interface CreateSamplingRuleRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<CreateSamplingRuleRequest.Builder,CreateSamplingRuleRequest>
-
-
Method Summary
-
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.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
samplingRule
CreateSamplingRuleRequest.Builder samplingRule(SamplingRule samplingRule)
The rule definition.
- Parameters:
samplingRule- The rule definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplingRule
default CreateSamplingRuleRequest.Builder samplingRule(Consumer<SamplingRule.Builder> samplingRule)
The rule definition.
This is a convenience method that creates an instance of theSamplingRule.Builderavoiding the need to create one manually viaSamplingRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosamplingRule(SamplingRule).- Parameters:
samplingRule- a consumer that will call methods onSamplingRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
samplingRule(SamplingRule)
-
tags
CreateSamplingRuleRequest.Builder tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
-
Maximum number of user-applied tags per resource: 50
-
Maximum tag key length: 128 Unicode characters
-
Maximum tag value length: 256 Unicode characters
-
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Tag keys and values are case sensitive.
-
Don't use
aws:as a prefix for keys; it's reserved for Amazon Web Services use.
- Parameters:
tags- A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.The following restrictions apply to tags:
-
Maximum number of user-applied tags per resource: 50
-
Maximum tag key length: 128 Unicode characters
-
Maximum tag value length: 256 Unicode characters
-
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Tag keys and values are case sensitive.
-
Don't use
aws:as a prefix for keys; it's reserved for Amazon Web Services use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
CreateSamplingRuleRequest.Builder tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
-
Maximum number of user-applied tags per resource: 50
-
Maximum tag key length: 128 Unicode characters
-
Maximum tag value length: 256 Unicode characters
-
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Tag keys and values are case sensitive.
-
Don't use
aws:as a prefix for keys; it's reserved for Amazon Web Services use.
- Parameters:
tags- A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.The following restrictions apply to tags:
-
Maximum number of user-applied tags per resource: 50
-
Maximum tag key length: 128 Unicode characters
-
Maximum tag value length: 256 Unicode characters
-
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Tag keys and values are case sensitive.
-
Don't use
aws:as a prefix for keys; it's reserved for Amazon Web Services use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
CreateSamplingRuleRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
-
Maximum number of user-applied tags per resource: 50
-
Maximum tag key length: 128 Unicode characters
-
Maximum tag value length: 256 Unicode characters
-
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-
Tag keys and values are case sensitive.
-
Don't use
aws:as a prefix for keys; it's reserved for Amazon Web Services use.
Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-
overrideConfiguration
CreateSamplingRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSamplingRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-