Interface ConsentPortalSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConsentPortalSource.Builder,,ConsentPortalSource> SdkBuilder<ConsentPortalSource.Builder,,ConsentPortalSource> SdkPojo
- Enclosing class:
ConsentPortalSource
@Mutable
@NotThreadSafe
public static interface ConsentPortalSource.Builder
extends SdkPojo, CopyableBuilder<ConsentPortalSource.Builder,ConsentPortalSource>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier of the source resource.The type of the source resource.type(ConsentPortalSourceType type) The type of the source resource.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
-
identifier
The identifier of the source resource. For an
agentcore-gatewaysource, this is the gateway ID or its Amazon Resource Name (ARN).- Parameters:
identifier- The identifier of the source resource. For anagentcore-gatewaysource, this is the gateway ID or its Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the source resource.
- Parameters:
type- The type of the source resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the source resource.
- Parameters:
type- The type of the source resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-