Interface AwsSubmission.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsSubmission.Builder,
,AwsSubmission> SdkBuilder<AwsSubmission.Builder,
,AwsSubmission> SdkPojo
- Enclosing class:
AwsSubmission
-
Method Summary
Modifier and TypeMethodDescriptioninvolvementType
(String involvementType) Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.involvementType
(SalesInvolvementType involvementType) Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.visibility
(String visibility) Determines who can view AWS involvement in the opportunity.visibility
(Visibility visibility) Determines who can view AWS involvement in the opportunity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
involvementType
Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.
- Parameters:
involvementType
- Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
involvementType
Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.
- Parameters:
involvementType
- Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Determines who can view AWS involvement in the opportunity. Typically, this field is set to
Full
for most cases, but it may be restricted based on special program requirements or confidentiality needs.- Parameters:
visibility
- Determines who can view AWS involvement in the opportunity. Typically, this field is set toFull
for most cases, but it may be restricted based on special program requirements or confidentiality needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Determines who can view AWS involvement in the opportunity. Typically, this field is set to
Full
for most cases, but it may be restricted based on special program requirements or confidentiality needs.- Parameters:
visibility
- Determines who can view AWS involvement in the opportunity. Typically, this field is set toFull
for most cases, but it may be restricted based on special program requirements or confidentiality needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-