Interface CreateGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>, SdkBuilder<CreateGroupRequest.Builder,CreateGroupRequest>, SdkPojo, SdkRequest.Builder, XRayRequest.Builder
Enclosing class:
CreateGroupRequest

public static interface CreateGroupRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
  • Method Details

    • groupName

      CreateGroupRequest.Builder groupName(String groupName)

      The case-sensitive name of the new group. Default is a reserved name and names must be unique.

      Parameters:
      groupName - The case-sensitive name of the new group. Default is a reserved name and names must be unique.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterExpression

      CreateGroupRequest.Builder filterExpression(String filterExpression)

      The filter expression defining criteria by which to group traces.

      Parameters:
      filterExpression - The filter expression defining criteria by which to group traces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • insightsConfiguration

      CreateGroupRequest.Builder insightsConfiguration(InsightsConfiguration insightsConfiguration)

      The structure containing configurations related to insights.

      • The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.

      • The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.

      Parameters:
      insightsConfiguration - The structure containing configurations related to insights.

      • The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.

      • The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • insightsConfiguration

      default CreateGroupRequest.Builder insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)

      The structure containing configurations related to insights.

      • The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.

      • The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.

      This is a convenience method that creates an instance of the InsightsConfiguration.Builder avoiding the need to create one manually via InsightsConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to insightsConfiguration(InsightsConfiguration).

      Parameters:
      insightsConfiguration - a consumer that will call methods on InsightsConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      A map that contains one or more tag keys and tag values to attach to an X-Ray group. 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 group. 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

      A map that contains one or more tag keys and tag values to attach to an X-Ray group. 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 group. 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

      A map that contains one or more tag keys and tag values to attach to an X-Ray group. 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.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.