Interface AttributeGroupDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>, SdkBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>, SdkPojo
Enclosing class:
AttributeGroupDetails

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

    • id

      The unique identifier of the attribute group.

      Parameters:
      id - The unique identifier of the attribute group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon resource name (ARN) that specifies the attribute group.

      Parameters:
      arn - The Amazon resource name (ARN) that specifies the attribute group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Deprecated.
      This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication.

      This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

      The name of the attribute group.

      Parameters:
      name -

      This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

      The name of the attribute group.

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

      AttributeGroupDetails.Builder createdBy(String createdBy)

      The service principal that created the attribute group.

      Parameters:
      createdBy - The service principal that created the attribute group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.