Interface GetConnectionPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetConnectionPreferencesResponse.Builder,,GetConnectionPreferencesResponse> PartnerCentralAccountResponse.Builder,SdkBuilder<GetConnectionPreferencesResponse.Builder,,GetConnectionPreferencesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConnectionPreferencesResponse
@Mutable
@NotThreadSafe
public static interface GetConnectionPreferencesResponse.Builder
extends PartnerCentralAccountResponse.Builder, SdkPojo, CopyableBuilder<GetConnectionPreferencesResponse.Builder,GetConnectionPreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) The access type setting for connections (e.g., open, restricted, invitation-only).accessType(AccessType accessType) The access type setting for connections (e.g., open, restricted, invitation-only).The Amazon Resource Name (ARN) of the 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 revision number of the connection preferences for optimistic locking.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 connection preferences.
- Parameters:
arn- The Amazon Resource Name (ARN) of the connection preferences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessType
The access type setting for connections (e.g., open, restricted, invitation-only).
- Parameters:
accessType- The access type setting for connections (e.g., open, restricted, invitation-only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessType
The access type setting for connections (e.g., open, restricted, invitation-only).
- Parameters:
accessType- The access type setting for connections (e.g., open, restricted, invitation-only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
excludedParticipantIds
GetConnectionPreferencesResponse.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
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 revision number of the connection preferences for optimistic locking.
- Parameters:
revision- The revision number of the connection preferences for optimistic locking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-