Interface EnvironmentBlueprintConfigurationItem.Builder

    • Method Detail

      • createdAt

        EnvironmentBlueprintConfigurationItem.Builder createdAt​(Instant createdAt)

        The timestamp of when an environment blueprint was created.

        Parameters:
        createdAt - The timestamp of when an environment blueprint was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        EnvironmentBlueprintConfigurationItem.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which an environment blueprint exists.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which an environment blueprint exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledRegions

        EnvironmentBlueprintConfigurationItem.Builder enabledRegions​(Collection<String> enabledRegions)

        The enabled Amazon Web Services Regions specified in a blueprint configuration.

        Parameters:
        enabledRegions - The enabled Amazon Web Services Regions specified in a blueprint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledRegions

        EnvironmentBlueprintConfigurationItem.Builder enabledRegions​(String... enabledRegions)

        The enabled Amazon Web Services Regions specified in a blueprint configuration.

        Parameters:
        enabledRegions - The enabled Amazon Web Services Regions specified in a blueprint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentBlueprintId

        EnvironmentBlueprintConfigurationItem.Builder environmentBlueprintId​(String environmentBlueprintId)

        The identifier of the environment blueprint.

        Parameters:
        environmentBlueprintId - The identifier of the environment blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manageAccessRoleArn

        EnvironmentBlueprintConfigurationItem.Builder manageAccessRoleArn​(String manageAccessRoleArn)

        The ARN of the manage access role specified in the environment blueprint configuration.

        Parameters:
        manageAccessRoleArn - The ARN of the manage access role specified in the environment blueprint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningConfigurations

        EnvironmentBlueprintConfigurationItem.Builder provisioningConfigurations​(ProvisioningConfiguration... provisioningConfigurations)

        The provisioning configuration of a blueprint.

        Parameters:
        provisioningConfigurations - The provisioning configuration of a blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningRoleArn

        EnvironmentBlueprintConfigurationItem.Builder provisioningRoleArn​(String provisioningRoleArn)

        The ARN of the provisioning role specified in the environment blueprint configuration.

        Parameters:
        provisioningRoleArn - The ARN of the provisioning role specified in the environment blueprint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionalParameters

        EnvironmentBlueprintConfigurationItem.Builder regionalParameters​(Map<String,​? extends Map<String,​String>> regionalParameters)

        The regional parameters of the environment blueprint.

        Parameters:
        regionalParameters - The regional parameters of the environment blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        EnvironmentBlueprintConfigurationItem.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the environment blueprint was updated.

        Parameters:
        updatedAt - The timestamp of when the environment blueprint was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.