Interface PutResourceConfigRequest.Builder

    • Method Detail

      • resourceType

        PutResourceConfigRequest.Builder resourceType​(String resourceType)

        The type of the resource. The custom resource type must be registered with CloudFormation.

        You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.

        Parameters:
        resourceType - The type of the resource. The custom resource type must be registered with CloudFormation.

        You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.

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

        PutResourceConfigRequest.Builder schemaVersionId​(String schemaVersionId)

        Version of the schema registered for the ResourceType in CloudFormation.

        Parameters:
        schemaVersionId - Version of the schema registered for the ResourceType in CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        PutResourceConfigRequest.Builder resourceId​(String resourceId)

        Unique identifier of the resource.

        Parameters:
        resourceId - Unique identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceName

        PutResourceConfigRequest.Builder resourceName​(String resourceName)

        Name of the resource.

        Parameters:
        resourceName - Name of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        PutResourceConfigRequest.Builder configuration​(String configuration)

        The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.

        The configuration JSON must not exceed 64 KB.

        Parameters:
        configuration - The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.

        The configuration JSON must not exceed 64 KB.

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

        PutResourceConfigRequest.Builder tags​(Map<String,​String> tags)

        Tags associated with the resource.

        This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.

        Parameters:
        tags - Tags associated with the resource.

        This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.

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