static CreateEngagementRequest.Builder |
CreateEngagementRequest.builder() |
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.catalog(String catalog) |
The CreateEngagementRequest$Catalog parameter specifies the catalog related to the engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.clientToken(String clientToken) |
The CreateEngagementRequest$ClientToken parameter specifies a unique, case-sensitive identifier
to ensure that the request is handled exactly once.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.contexts(Collection<EngagementContextDetails> contexts) |
The Contexts field is a required array of objects, with a maximum of 5 contexts allowed,
specifying detailed information about customer projects associated with the Engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.contexts(Consumer<EngagementContextDetails.Builder>... contexts) |
The Contexts field is a required array of objects, with a maximum of 5 contexts allowed,
specifying detailed information about customer projects associated with the Engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.contexts(EngagementContextDetails... contexts) |
The Contexts field is a required array of objects, with a maximum of 5 contexts allowed,
specifying detailed information about customer projects associated with the Engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.description(String description) |
Provides a description of the Engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.Builder.title(String title) |
Specifies the title of the Engagement.
|
CreateEngagementRequest.Builder |
CreateEngagementRequest.toBuilder() |
|