Class ActionTypeExecutor

    • Method Detail

      • configuration

        public final ExecutorConfiguration configuration()

        The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.

        Returns:
        The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.
      • type

        public final ExecutorType type()

        The integration model used to create and update the action type, Lambda or JobWorker.

        If the service returns an enum value that is not available in the current SDK version, type will return ExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The integration model used to create and update the action type, Lambda or JobWorker.
        See Also:
        ExecutorType
      • typeAsString

        public final String typeAsString()

        The integration model used to create and update the action type, Lambda or JobWorker.

        If the service returns an enum value that is not available in the current SDK version, type will return ExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The integration model used to create and update the action type, Lambda or JobWorker.
        See Also:
        ExecutorType
      • policyStatementsTemplate

        public final String policyStatementsTemplate()

        The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.

        To grant permission to another account, specify the account ID as the Principal, a domain-style identifier defined by the service, for example codepipeline.amazonaws.com.

        The size of the passed JSON policy document cannot exceed 2048 characters.

        Returns:
        The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.

        To grant permission to another account, specify the account ID as the Principal, a domain-style identifier defined by the service, for example codepipeline.amazonaws.com.

        The size of the passed JSON policy document cannot exceed 2048 characters.

      • jobTimeout

        public final Integer jobTimeout()

        The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.

        Returns:
        The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)