Uses of Interface
software.amazon.awssdk.services.appconfig.model.Action.Builder
-
Packages that use Action.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of Action.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return Action.Builder Modifier and Type Method Description static Action.BuilderAction. builder()Action.BuilderAction.Builder. description(String description)Information about the action.Action.BuilderAction.Builder. name(String name)The action name.Action.BuilderAction.Builder. roleArn(String roleArn)An Amazon Resource Name (ARN) for an Identity and Access Management assume role.Action.BuilderAction. toBuilder()Action.BuilderAction.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 Action.Builder Modifier and Type Method Description static Class<? extends Action.Builder>Action. serializableBuilderClass()
-