Interface CreateEventStreamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEventStreamRequest.Builder,CreateEventStreamRequest>,CustomerProfilesRequest.Builder,SdkBuilder<CreateEventStreamRequest.Builder,CreateEventStreamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEventStreamRequest
public static interface CreateEventStreamRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateEventStreamRequest.Builder,CreateEventStreamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEventStreamRequest.BuilderdomainName(String domainName)The unique name of the domain.CreateEventStreamRequest.BuildereventStreamName(String eventStreamName)The name of the event stream.CreateEventStreamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEventStreamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEventStreamRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateEventStreamRequest.Builderuri(String uri)The StreamARN of the destination to deliver profile events to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
CreateEventStreamRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
CreateEventStreamRequest.Builder uri(String uri)
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
- Parameters:
uri- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStreamName
CreateEventStreamRequest.Builder eventStreamName(String eventStreamName)
The name of the event stream.
- Parameters:
eventStreamName- The name of the event stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateEventStreamRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateEventStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEventStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-