Interface ClusterLifeCycleConfig.Builder

    • Method Detail

      • sourceS3Uri

        ClusterLifeCycleConfig.Builder sourceS3Uri​(String sourceS3Uri)

        An Amazon S3 bucket path where your LifeCycle scripts are stored.

        Parameters:
        sourceS3Uri - An Amazon S3 bucket path where your LifeCycle scripts are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onCreate

        ClusterLifeCycleConfig.Builder onCreate​(String onCreate)

        The directory of the LifeCycle script under SourceS3Uri. This LifeCycle script runs during cluster creation.

        Parameters:
        onCreate - The directory of the LifeCycle script under SourceS3Uri. This LifeCycle script runs during cluster creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.