Class GetDataExchangeIamPolicyPlainArgs.Builder

    • Method Detail

      • dataExchangeId

        public GetDataExchangeIamPolicyPlainArgs.Builder dataExchangeId​(java.lang.String dataExchangeId)
        Parameters:
        dataExchangeId - The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
        Returns:
        builder
      • location

        public GetDataExchangeIamPolicyPlainArgs.Builder location​(@Nullable
                                                                  java.lang.String location)
        Parameters:
        location - The name of the location this data exchange. Used to find the parent resource to bind the IAM policy to
        Returns:
        builder
      • project

        public GetDataExchangeIamPolicyPlainArgs.Builder project​(@Nullable
                                                                 java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
        Returns:
        builder