Interface AppImageConfigDetails.Builder

    • Method Detail

      • appImageConfigArn

        AppImageConfigDetails.Builder appImageConfigArn​(String appImageConfigArn)

        The Amazon Resource Name (ARN) of the AppImageConfig.

        Parameters:
        appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appImageConfigName

        AppImageConfigDetails.Builder appImageConfigName​(String appImageConfigName)

        The name of the AppImageConfig. Must be unique to your account.

        Parameters:
        appImageConfigName - The name of the AppImageConfig. Must be unique to your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        AppImageConfigDetails.Builder creationTime​(Instant creationTime)

        When the AppImageConfig was created.

        Parameters:
        creationTime - When the AppImageConfig was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        AppImageConfigDetails.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the AppImageConfig was last modified.

        Parameters:
        lastModifiedTime - When the AppImageConfig was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kernelGatewayImageConfig

        AppImageConfigDetails.Builder kernelGatewayImageConfig​(KernelGatewayImageConfig kernelGatewayImageConfig)

        The configuration for the file system and kernels in the SageMaker image.

        Parameters:
        kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.