Interface ListSecurityProfileAiAgentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListSecurityProfileAiAgentsResponse.Builder,,ListSecurityProfileAiAgentsResponse> SdkBuilder<ListSecurityProfileAiAgentsResponse.Builder,,ListSecurityProfileAiAgentsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListSecurityProfileAiAgentsResponse
@Mutable
@NotThreadSafe
public static interface ListSecurityProfileAiAgentsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfileAiAgentsResponse.Builder,ListSecurityProfileAiAgentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionallowedAIAgents(Collection<AIAgent> allowedAIAgents) A list of the allowed AI agents and their types.allowedAIAgents(Consumer<AIAgent.Builder>... allowedAIAgents) A list of the allowed AI agents and their types.allowedAIAgents(AIAgent... allowedAIAgents) A list of the allowed AI agents and their types.lastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when this resource was last modified.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
allowedAIAgents
A list of the allowed AI agents and their types.
- Parameters:
allowedAIAgents- A list of the allowed AI agents and their types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAIAgents
A list of the allowed AI agents and their types.
- Parameters:
allowedAIAgents- A list of the allowed AI agents and their types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAIAgents
ListSecurityProfileAiAgentsResponse.Builder allowedAIAgents(Consumer<AIAgent.Builder>... allowedAIAgents) A list of the allowed AI agents and their types.
This is a convenience method that creates an instance of theAIAgent.Builderavoiding the need to create one manually viaAIAgent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toallowedAIAgents(List<AIAgent>).- Parameters:
allowedAIAgents- a consumer that will call methods onAIAgent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-