Interface GroupVersion.Builder

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

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

    • connectorDefinitionVersionArn

      GroupVersion.Builder connectorDefinitionVersionArn(String connectorDefinitionVersionArn)
      The ARN of the connector definition version for this group.
      Parameters:
      connectorDefinitionVersionArn - The ARN of the connector definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coreDefinitionVersionArn

      GroupVersion.Builder coreDefinitionVersionArn(String coreDefinitionVersionArn)
      The ARN of the core definition version for this group.
      Parameters:
      coreDefinitionVersionArn - The ARN of the core definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceDefinitionVersionArn

      GroupVersion.Builder deviceDefinitionVersionArn(String deviceDefinitionVersionArn)
      The ARN of the device definition version for this group.
      Parameters:
      deviceDefinitionVersionArn - The ARN of the device definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • functionDefinitionVersionArn

      GroupVersion.Builder functionDefinitionVersionArn(String functionDefinitionVersionArn)
      The ARN of the function definition version for this group.
      Parameters:
      functionDefinitionVersionArn - The ARN of the function definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loggerDefinitionVersionArn

      GroupVersion.Builder loggerDefinitionVersionArn(String loggerDefinitionVersionArn)
      The ARN of the logger definition version for this group.
      Parameters:
      loggerDefinitionVersionArn - The ARN of the logger definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceDefinitionVersionArn

      GroupVersion.Builder resourceDefinitionVersionArn(String resourceDefinitionVersionArn)
      The ARN of the resource definition version for this group.
      Parameters:
      resourceDefinitionVersionArn - The ARN of the resource definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionDefinitionVersionArn

      GroupVersion.Builder subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
      The ARN of the subscription definition version for this group.
      Parameters:
      subscriptionDefinitionVersionArn - The ARN of the subscription definition version for this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.