Interface StreamingAccessDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StreamingAccessDetails.Builder,
,StreamingAccessDetails> SdkBuilder<StreamingAccessDetails.Builder,
,StreamingAccessDetails> SdkPojo
- Enclosing class:
StreamingAccessDetails
@Mutable
@NotThreadSafe
public static interface StreamingAccessDetails.Builder
extends SdkPojo, CopyableBuilder<StreamingAccessDetails.Builder,StreamingAccessDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.servicePrincipal
(String servicePrincipal) The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data.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, sdkFieldNameToField, sdkFields
-
Method Details
-
servicePrincipal
The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.
- Parameters:
servicePrincipal
- The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.
- Parameters:
createdAt
- The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-