Class GetDeployablePatchSnapshotForInstanceRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The ID of the managed node for which the appropriate patch snapshot should be retrieved.

        Returns:
        The ID of the managed node for which the appropriate patch snapshot should be retrieved.
      • snapshotId

        public final String snapshotId()

        The snapshot ID provided by the user when running AWS-RunPatchBaseline.

        Returns:
        The snapshot ID provided by the user when running AWS-RunPatchBaseline.
      • baselineOverride

        public final BaselineOverride baselineOverride()

        Defines the basic information about a patch baseline override.

        Returns:
        Defines the basic information about a patch baseline override.
      • useS3DualStackEndpoint

        public final Boolean useS3DualStackEndpoint()

        Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.

        Returns:
        Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.
      • 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