Interface AwsSubmission.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsSubmission.Builder,AwsSubmission>,SdkBuilder<AwsSubmission.Builder,AwsSubmission>,SdkPojo
- Enclosing class:
- AwsSubmission
public static interface AwsSubmission.Builder extends SdkPojo, CopyableBuilder<AwsSubmission.Builder,AwsSubmission>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsSubmission.BuilderinvolvementType(String involvementType)Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.AwsSubmission.BuilderinvolvementType(SalesInvolvementType involvementType)Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation.AwsSubmission.Buildervisibility(String visibility)Determines who can view AWS involvement in the opportunity.AwsSubmission.Buildervisibility(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 Detail
-
involvementType
AwsSubmission.Builder involvementType(String 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:
SalesInvolvementType,SalesInvolvementType
-
involvementType
AwsSubmission.Builder involvementType(SalesInvolvementType 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:
SalesInvolvementType,SalesInvolvementType
-
visibility
AwsSubmission.Builder visibility(String visibility)
Determines who can view AWS involvement in the opportunity. Typically, this field is set to
Fullfor 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 toFullfor 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,Visibility
-
visibility
AwsSubmission.Builder visibility(Visibility visibility)
Determines who can view AWS involvement in the opportunity. Typically, this field is set to
Fullfor 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 toFullfor 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,Visibility
-
-