JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class StartSyncExecutionRequest

    • Constructor Detail

      • StartSyncExecutionRequest

        public StartSyncExecutionRequest()
    • Method Detail

      • setStateMachineArn

        public void setStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the state machine to execute.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the state machine to execute.
      • getStateMachineArn

        public String getStateMachineArn()

        The Amazon Resource Name (ARN) of the state machine to execute.

        Returns:
        The Amazon Resource Name (ARN) of the state machine to execute.
      • withStateMachineArn

        public StartSyncExecutionRequest withStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the state machine to execute.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the state machine to execute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the execution.

        Parameters:
        name - The name of the execution.
      • getName

        public String getName()

        The name of the execution.

        Returns:
        The name of the execution.
      • withName

        public StartSyncExecutionRequest withName(String name)

        The name of the execution.

        Parameters:
        name - The name of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInput

        public void setInput(String input)

        The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

      • getInput

        public String getInput()

        The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Returns:
        The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

      • withInput

        public StartSyncExecutionRequest withInput(String input)

        The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data for the execution, for example:

        "input": "{\"first_name\" : \"test\"}"

        If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

        Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTraceHeader

        public void setTraceHeader(String traceHeader)

        Passes the X-Ray trace header. The trace header can also be passed in the request payload.

        Parameters:
        traceHeader - Passes the X-Ray trace header. The trace header can also be passed in the request payload.
      • getTraceHeader

        public String getTraceHeader()

        Passes the X-Ray trace header. The trace header can also be passed in the request payload.

        Returns:
        Passes the X-Ray trace header. The trace header can also be passed in the request payload.
      • withTraceHeader

        public StartSyncExecutionRequest withTraceHeader(String traceHeader)

        Passes the X-Ray trace header. The trace header can also be passed in the request payload.

        Parameters:
        traceHeader - Passes the X-Ray trace header. The trace header can also be passed in the request payload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIncludedData

        public void setIncludedData(String includedData)

        If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

        Parameters:
        includedData - If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.
        See Also:
        IncludedData
      • getIncludedData

        public String getIncludedData()

        If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

        Returns:
        If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.
        See Also:
        IncludedData
      • withIncludedData

        public StartSyncExecutionRequest withIncludedData(String includedData)

        If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

        Parameters:
        includedData - If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IncludedData
      • withIncludedData

        public StartSyncExecutionRequest withIncludedData(IncludedData includedData)

        If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

        Parameters:
        includedData - If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IncludedData
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /