io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceSpecFluent Maven / Gradle / Ivy
package io.fabric8.knative.eventing.contrib.awssqs.v1alpha1;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;
import io.fabric8.kubernetes.api.model.SecretKeySelector;
import java.util.LinkedHashMap;
/**
* Generated
*/
public interface AwsSqsSourceSpecFluent> extends Fluent{
public A addToAnnotations(String key,String value);
public A addToAnnotations(Map map);
public A removeFromAnnotations(String key);
public A removeFromAnnotations(Map map);
public Map getAnnotations();
public A withAnnotations(Map annotations);
public Boolean hasAnnotations();
public SecretKeySelector getAwsCredsSecret();
public A withAwsCredsSecret(SecretKeySelector awsCredsSecret);
public Boolean hasAwsCredsSecret();
public A withNewAwsCredsSecret(String key,String name,Boolean optional);
public String getQueueUrl();
public A withQueueUrl(String queueUrl);
public Boolean hasQueueUrl();
public String getServiceAccountName();
public A withServiceAccountName(String serviceAccountName);
public Boolean hasServiceAccountName();
/**
* This method has been deprecated, please use method buildSink instead.
* @return The buildable object.
*/
@Deprecated
public ObjectReference getSink();
public ObjectReference buildSink();
public A withSink(ObjectReference sink);
public Boolean hasSink();
public AwsSqsSourceSpecFluent.SinkNested withNewSink();
public AwsSqsSourceSpecFluent.SinkNested withNewSinkLike(ObjectReference item);
public AwsSqsSourceSpecFluent.SinkNested editSink();
public AwsSqsSourceSpecFluent.SinkNested editOrNewSink();
public AwsSqsSourceSpecFluent.SinkNested editOrNewSinkLike(ObjectReference item);
public interface SinkNested extends Nested,ObjectReferenceFluent>{
public N and();
public N endSink();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy