Interface UpdateConnectionPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateConnectionPreferencesResponse.Builder,,UpdateConnectionPreferencesResponse> PartnerCentralAccountResponse.Builder,SdkBuilder<UpdateConnectionPreferencesResponse.Builder,,UpdateConnectionPreferencesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateConnectionPreferencesResponse
@Mutable
@NotThreadSafe
public static interface UpdateConnectionPreferencesResponse.Builder
extends PartnerCentralAccountResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectionPreferencesResponse.Builder,UpdateConnectionPreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) The updated access type setting for connections.accessType(AccessType accessType) The updated access type setting for connections.The Amazon Resource Name (ARN) of the updated connection preferences.The catalog identifier for the partner account.excludedParticipantIds(String... excludedParticipantIds) A list of participant IDs that are excluded from connection requests or interactions.excludedParticipantIds(Collection<String> excludedParticipantIds) A list of participant IDs that are excluded from connection requests or interactions.The updated revision number of the connection preferences.The timestamp when the connection preferences were last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralaccount.model.PartnerCentralAccountResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
catalog
The catalog identifier for the partner account.
- Parameters:
catalog- The catalog identifier for the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the updated connection preferences.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated connection preferences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessType
The updated access type setting for connections.
- Parameters:
accessType- The updated access type setting for connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessType
The updated access type setting for connections.
- Parameters:
accessType- The updated access type setting for connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
excludedParticipantIds
UpdateConnectionPreferencesResponse.Builder excludedParticipantIds(Collection<String> excludedParticipantIds) A list of participant IDs that are excluded from connection requests or interactions.
- Parameters:
excludedParticipantIds- A list of participant IDs that are excluded from connection requests or interactions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedParticipantIds
UpdateConnectionPreferencesResponse.Builder excludedParticipantIds(String... excludedParticipantIds) A list of participant IDs that are excluded from connection requests or interactions.
- Parameters:
excludedParticipantIds- A list of participant IDs that are excluded from connection requests or interactions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the connection preferences were last updated.
- Parameters:
updatedAt- The timestamp when the connection preferences were last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The updated revision number of the connection preferences.
- Parameters:
revision- The updated revision number of the connection preferences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-