Interface CollaborationChangeSpecification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationChangeSpecification.Builder,,CollaborationChangeSpecification> SdkBuilder<CollaborationChangeSpecification.Builder,,CollaborationChangeSpecification> SdkPojo
- Enclosing class:
CollaborationChangeSpecification
@Mutable
@NotThreadSafe
public static interface CollaborationChangeSpecification.Builder
extends SdkPojo, CopyableBuilder<CollaborationChangeSpecification.Builder,CollaborationChangeSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionautoApprovedChangeTypes(Collection<AutoApprovedChangeType> autoApprovedChangeTypes) Defines requested updates to properties of the collaboration.autoApprovedChangeTypes(AutoApprovedChangeType... autoApprovedChangeTypes) Defines requested updates to properties of the collaboration.autoApprovedChangeTypesWithStrings(String... autoApprovedChangeTypes) Defines requested updates to properties of the collaboration.autoApprovedChangeTypesWithStrings(Collection<String> autoApprovedChangeTypes) Defines requested updates to properties of the collaboration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
autoApprovedChangeTypesWithStrings
CollaborationChangeSpecification.Builder autoApprovedChangeTypesWithStrings(Collection<String> autoApprovedChangeTypes) Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
- Parameters:
autoApprovedChangeTypes- Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovedChangeTypesWithStrings
CollaborationChangeSpecification.Builder autoApprovedChangeTypesWithStrings(String... autoApprovedChangeTypes) Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
- Parameters:
autoApprovedChangeTypes- Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovedChangeTypes
CollaborationChangeSpecification.Builder autoApprovedChangeTypes(Collection<AutoApprovedChangeType> autoApprovedChangeTypes) Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
- Parameters:
autoApprovedChangeTypes- Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovedChangeTypes
CollaborationChangeSpecification.Builder autoApprovedChangeTypes(AutoApprovedChangeType... autoApprovedChangeTypes) Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
- Parameters:
autoApprovedChangeTypes- Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-