Interface CreateGroupVersionResponse.Builder

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

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

    • arn

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

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

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

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