Uses of Interface
software.amazon.awssdk.services.appconfig.model.ActionInvocation.Builder
-
Packages that use ActionInvocation.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ActionInvocation.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ActionInvocation.Builder Modifier and Type Method Description ActionInvocation.BuilderActionInvocation.Builder. actionName(String actionName)The name of the action.static ActionInvocation.BuilderActionInvocation. builder()ActionInvocation.BuilderActionInvocation.Builder. errorCode(String errorCode)The error code when an extension invocation fails.ActionInvocation.BuilderActionInvocation.Builder. errorMessage(String errorMessage)The error message when an extension invocation fails.ActionInvocation.BuilderActionInvocation.Builder. extensionIdentifier(String extensionIdentifier)The name, the ID, or the Amazon Resource Name (ARN) of the extension.ActionInvocation.BuilderActionInvocation.Builder. invocationId(String invocationId)A system-generated ID for this invocation.ActionInvocation.BuilderActionInvocation.Builder. roleArn(String roleArn)An Amazon Resource Name (ARN) for an Identity and Access Management assume role.ActionInvocation.BuilderActionInvocation. toBuilder()ActionInvocation.BuilderActionInvocation.Builder. uri(String uri)The extension URI associated to the action point in the extension definition.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ActionInvocation.Builder Modifier and Type Method Description static Class<? extends ActionInvocation.Builder>ActionInvocation. serializableBuilderClass()
-