Interface CreateNotificationSubscriptionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateNotificationSubscriptionRequest.Builder,,- CreateNotificationSubscriptionRequest> - SdkBuilder<CreateNotificationSubscriptionRequest.Builder,,- CreateNotificationSubscriptionRequest> - SdkPojo,- SdkRequest.Builder,- WorkDocsRequest.Builder
- Enclosing class:
- CreateNotificationSubscriptionRequest
@Mutable
@NotThreadSafe
public static interface CreateNotificationSubscriptionRequest.Builder
extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<CreateNotificationSubscriptionRequest.Builder,CreateNotificationSubscriptionRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe endpoint to receive the notifications.organizationId(String organizationId) The ID of the organization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The protocol to use.protocol(SubscriptionProtocolType protocol) The protocol to use.subscriptionType(String subscriptionType) The notification type.subscriptionType(SubscriptionType subscriptionType) The notification type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builderbuild
- 
Method Details- 
organizationIdThe ID of the organization. - Parameters:
- organizationId- The ID of the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointThe endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with https.- Parameters:
- endpoint- The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with- https.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
protocolThe protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST. - Parameters:
- protocol- The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
protocolThe protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST. - Parameters:
- protocol- The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subscriptionTypeThe notification type. - Parameters:
- subscriptionType- The notification type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subscriptionTypeThe notification type. - Parameters:
- subscriptionType- The notification type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateNotificationSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateNotificationSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-