Class ResourceArgs.Builder

  • Enclosing class:
    ResourceArgs

    public static final class ResourceArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • desiredState

        public ResourceArgs.Builder desiredState​(com.pulumi.core.Output<java.lang.String> desiredState)
      • roleArn

        public ResourceArgs.Builder roleArn​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> roleArn)
        Parameters:
        roleArn - Amazon Resource Name (ARN) of the IAM Role to assume for operations.
        Returns:
        builder
      • roleArn

        public ResourceArgs.Builder roleArn​(java.lang.String roleArn)
        Parameters:
        roleArn - Amazon Resource Name (ARN) of the IAM Role to assume for operations.
        Returns:
        builder
      • schema

        public ResourceArgs.Builder schema​(@Nullable
                                           com.pulumi.core.Output<java.lang.String> schema)
        Parameters:
        schema - JSON string of the CloudFormation resource type schema which is used for plan time validation where possible. Automatically fetched if not provided. In large scale environments with multiple resources using the same `type_name`, it is recommended to fetch the schema once via the `aws.cloudformation.CloudFormationType` data source and use this argument to reduce `DescribeType` API operation throttling. This value is marked sensitive only to prevent large plan differences from showing.
        Returns:
        builder
      • schema

        public ResourceArgs.Builder schema​(java.lang.String schema)
        Parameters:
        schema - JSON string of the CloudFormation resource type schema which is used for plan time validation where possible. Automatically fetched if not provided. In large scale environments with multiple resources using the same `type_name`, it is recommended to fetch the schema once via the `aws.cloudformation.CloudFormationType` data source and use this argument to reduce `DescribeType` API operation throttling. This value is marked sensitive only to prevent large plan differences from showing.
        Returns:
        builder
      • typeName

        public ResourceArgs.Builder typeName​(com.pulumi.core.Output<java.lang.String> typeName)
        Parameters:
        typeName - CloudFormation resource type name. For example, `AWS::EC2::VPC`.
        Returns:
        builder
      • typeName

        public ResourceArgs.Builder typeName​(java.lang.String typeName)
        Parameters:
        typeName - CloudFormation resource type name. For example, `AWS::EC2::VPC`.
        Returns:
        builder
      • typeVersionId

        public ResourceArgs.Builder typeVersionId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> typeVersionId)
        Parameters:
        typeVersionId - Identifier of the CloudFormation resource type version.
        Returns:
        builder
      • typeVersionId

        public ResourceArgs.Builder typeVersionId​(java.lang.String typeVersionId)
        Parameters:
        typeVersionId - Identifier of the CloudFormation resource type version.
        Returns:
        builder