Interface PutEnvironmentBlueprintConfigurationResponse.Builder

    • Method Detail

      • createdAt

        PutEnvironmentBlueprintConfigurationResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the environment blueprint was created.

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

        PutEnvironmentBlueprintConfigurationResponse.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain.

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

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

        Specifies the enabled Amazon Web Services Regions.

        Parameters:
        enabledRegions - Specifies the enabled Amazon Web Services Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledRegions

        PutEnvironmentBlueprintConfigurationResponse.Builder enabledRegions​(String... enabledRegions)

        Specifies the enabled Amazon Web Services Regions.

        Parameters:
        enabledRegions - Specifies the enabled Amazon Web Services Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentBlueprintId

        PutEnvironmentBlueprintConfigurationResponse.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

        PutEnvironmentBlueprintConfigurationResponse.Builder manageAccessRoleArn​(String manageAccessRoleArn)

        The ARN of the manage access role.

        Parameters:
        manageAccessRoleArn - The ARN of the manage access role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningRoleArn

        PutEnvironmentBlueprintConfigurationResponse.Builder provisioningRoleArn​(String provisioningRoleArn)

        The ARN of the provisioning role.

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

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

        The regional parameters in the environment blueprint.

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

        PutEnvironmentBlueprintConfigurationResponse.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.