Interface GetGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>, GreengrassResponse.Builder, SdkBuilder<GetGroupResponse.Builder,GetGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetGroupResponse

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

    • arn

      The ARN of the definition.
      Parameters:
      arn - The ARN of the definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimestamp

      GetGroupResponse.Builder creationTimestamp(String creationTimestamp)
      The time, in milliseconds since the epoch, when the definition was created.
      Parameters:
      creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the definition.
      Parameters:
      id - The ID of the definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTimestamp

      GetGroupResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
      The time, in milliseconds since the epoch, when the definition was last updated.
      Parameters:
      lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersion

      GetGroupResponse.Builder latestVersion(String latestVersion)
      The ID of the latest version associated with the definition.
      Parameters:
      latestVersion - The ID of the latest version associated with the definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionArn

      GetGroupResponse.Builder latestVersionArn(String latestVersionArn)
      The ARN of the latest version associated with the definition.
      Parameters:
      latestVersionArn - The ARN of the latest version associated with the definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the definition.
      Parameters:
      name - The name of the definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tag(s) attached to the resource arn.
      Parameters:
      tags - Tag(s) attached to the resource arn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.