Interface GetEnvironmentBlueprintConfigurationResponse.Builder

    • Method Detail

      • createdAt

        GetEnvironmentBlueprintConfigurationResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when this blueprint was created.

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

        GetEnvironmentBlueprintConfigurationResponse.Builder domainId​(String domainId)

        The ID of the Amazon DataZone domain where this blueprint exists.

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

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

        The Amazon Web Services regions in which this blueprint is enabled.

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

        GetEnvironmentBlueprintConfigurationResponse.Builder enabledRegions​(String... enabledRegions)

        The Amazon Web Services regions in which this blueprint is enabled.

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

        GetEnvironmentBlueprintConfigurationResponse.Builder environmentBlueprintId​(String environmentBlueprintId)

        The ID of the blueprint.

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

        GetEnvironmentBlueprintConfigurationResponse.Builder manageAccessRoleArn​(String manageAccessRoleArn)

        The ARN of the manage access role with which this blueprint is created.

        Parameters:
        manageAccessRoleArn - The ARN of the manage access role with which this blueprint is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningConfigurations

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

        GetEnvironmentBlueprintConfigurationResponse.Builder provisioningRoleArn​(String provisioningRoleArn)

        The ARN of the provisioning role with which this blueprint is created.

        Parameters:
        provisioningRoleArn - The ARN of the provisioning role with which this blueprint is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        GetEnvironmentBlueprintConfigurationResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when this blueprint was upated.

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