Interface LicenseConfigurationAssociation.Builder

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

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

    • resourceArn

      Amazon Resource Name (ARN) of the resource.

      Parameters:
      resourceArn - Amazon Resource Name (ARN) of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      LicenseConfigurationAssociation.Builder resourceType(String resourceType)

      Type of server resource.

      Parameters:
      resourceType - Type of server resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      Type of server resource.

      Parameters:
      resourceType - Type of server resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceOwnerId

      LicenseConfigurationAssociation.Builder resourceOwnerId(String resourceOwnerId)

      ID of the Amazon Web Services account that owns the resource consuming licenses.

      Parameters:
      resourceOwnerId - ID of the Amazon Web Services account that owns the resource consuming licenses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationTime

      LicenseConfigurationAssociation.Builder associationTime(Instant associationTime)

      Time when the license configuration was associated with the resource.

      Parameters:
      associationTime - Time when the license configuration was associated with the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amiAssociationScope

      LicenseConfigurationAssociation.Builder amiAssociationScope(String amiAssociationScope)

      Scope of AMI associations. The possible value is cross-account.

      Parameters:
      amiAssociationScope - Scope of AMI associations. The possible value is cross-account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.