Interface GetEnvironmentBlueprintConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>, DataZoneResponse.Builder, SdkBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetEnvironmentBlueprintConfigurationResponse

  • Method Details

    • 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

      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

      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

      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.
    • 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.
    • regionalParameters

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

      The regional parameters of the blueprint.

      Parameters:
      regionalParameters - The regional parameters of the blueprint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.