Interface ListSecurityProfileApplicationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListSecurityProfileApplicationsResponse.Builder,ListSecurityProfileApplicationsResponse>,SdkBuilder<ListSecurityProfileApplicationsResponse.Builder,ListSecurityProfileApplicationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSecurityProfileApplicationsResponse
public static interface ListSecurityProfileApplicationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfileApplicationsResponse.Builder,ListSecurityProfileApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSecurityProfileApplicationsResponse.Builderapplications(Collection<Application> applications)This API is in preview release for Amazon Connect and is subject to change.ListSecurityProfileApplicationsResponse.Builderapplications(Consumer<Application.Builder>... applications)This API is in preview release for Amazon Connect and is subject to change.ListSecurityProfileApplicationsResponse.Builderapplications(Application... applications)This API is in preview release for Amazon Connect and is subject to change.ListSecurityProfileApplicationsResponse.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.ListSecurityProfileApplicationsResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.ListSecurityProfileApplicationsResponse.BuildernextToken(String nextToken)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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applications
ListSecurityProfileApplicationsResponse.Builder applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third-party application's metadata.
- Parameters:
applications- This API is in preview release for Amazon Connect and is subject to change.A list of the third-party application's metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
ListSecurityProfileApplicationsResponse.Builder applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third-party application's metadata.
- Parameters:
applications- This API is in preview release for Amazon Connect and is subject to change.A list of the third-party application's metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
ListSecurityProfileApplicationsResponse.Builder applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third-party application's metadata.
This is a convenience method that creates an instance of theApplication.Builderavoiding the need to create one manually viaApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applications(List.) - Parameters:
applications- a consumer that will call methods onApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applications(java.util.Collection)
-
nextToken
ListSecurityProfileApplicationsResponse.Builder nextToken(String 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
ListSecurityProfileApplicationsResponse.Builder lastModifiedTime(Instant 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
ListSecurityProfileApplicationsResponse.Builder lastModifiedRegion(String 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.
-
-